Color Hex Logo

#cb410b Color Hex Sinopia

#CB410B
(203,65,11)
4 Favorites   0 Comments

Color spaces of #cb410b Sinopia

RGB 2036511
HSL0.050.900.42
HSV17°95°80°
CMYK 0.000.680.95   0.20
XYZ26.579316.50132.1008
Yxy16.50130.58830.3652
Hunter Lab40.621845.706425.3690
CIE-Lab47.625452.720356.0570

#cb410b color RGB value is (203,65,11). #cb410b color name is Sinopia color.

#cb410b hex color red value is 203, green value is 65 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb410b hue: 0.05 , saturation: 0.90 and the lightness value of cb410b is 0.42.

The process color (four color CMYK) of #cb410b color hex is 0.00, 0.68, 0.95, 0.20. Web safe color of #cb410b is #cc3300. Color #cb410b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000001 00001011
Octal 313 101 13
Decimal 203 65 11
Hex CB 41 B

RGB Percentages of Color #cb410b

%72.76
%23.30
%3.94

CMYK Percentages of Color #cb410b

%0
%68
%95
%20

Triadic Colors of #cb410b

#cb410b #0bcb41 #410bcb

Analogous Colors of #cb410b

#cb410b #cba10b #cb0b35

Monochromatic Colors of #cb410b

#cb410b

Complementary Color

#cb410b #0b95cb

#cb410b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb410b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb410b Color CSS Codes

.mybgcolor {background-color:#cb410b; } 
.myforecolor {color:#cb410b; }
.mybordercolor {border:3px solid #cb410b; }

#cb410b Text Font Color

<p style="color:#cb410b">Text here</p>

This sample text font color is #cb410b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb410b Background Color

<div style="background-color:#cb410b">
Div content here</div>

This div background color is #cb410b


#cb410b Border Color

<div style="border:3px solid #cb410b">
Div here</div>

This div border color is #cb410b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,65,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb410b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb410b;
  -webkit-box-shadow: 1px 1px 3px 2px #cb410b;
  box-shadow:         1px 1px 3px 2px #cb410b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,65,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb410b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb410b;
  -webkit-box-shadow: 1px 1px 3px 2px #cb410b;
  box-shadow:         1px 1px 3px 2px #cb410b;">
Div content here</div>

This div box has shadow with color #cb410b

#cb410b Color Palettes


Comments

No comments written yet.

Please login to write comment.