Html Css Color HEX #CB5B29 Chilean Fire

📋 copy color: '#CB5B29'

red 203 ◦ green 91 ◦ blue 41

#CB5B29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #CB5B29

Tints of Chilean Fire #CB5B29

RGB

 RED value IS 203 (79.69% from 255) = 60.6%

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 60.6%
G = 27.16%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB5B29 (or 0xCB5B29) is known color: Chilean Fire. HEX triplet: CB, 5B and 29. RGB value is (203,91,41). Sum of RGB (Red+Green+Blue) = 203+91+41=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B29 is #34A4D6. Grayscale: #777777. Windows color (decimal): -3450071 or 2710475. OLE color: 2710475.

HSL color Cylindrical-coordinate representation of color #CB5B29: hue angle of 18.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB5B29 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 91 41 -
CMYK 0 0.55 0.80 0.20
HSL 18.52º 0.66% 0.48% -
HSV(B) 18.52º 0.8% 0.8% -
XYZ 28.77 20.34 4.51 -
YUV 118.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 203 91 41 0 0.55 0.80 0.20 18.52 0.66 0.48
Hex CB 5B 29 0 37 50 14 13 42 30
Octal 313 133 51 0 67 120 24 23 102 60
Binary 11001011 1011011 101001 0 110111 1010000 10100 10011 1000010 110000

Color Harmonies of #CB5B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B29

Black with #CB5B29

Text Example


Text Example

White with #CB5B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B29; }

 p { color: rgb(203,91,41); }

 H1.HeaderClassName
 {
   color: #CB5B29;
 }
 .AnyTagClassName
 {
   color: #CB5B29;
 }
</style>

background-color css

<style>
 a { background-color: #CB5B29; }

 a { background-color: rgb(203,91,41); }

 div.DivClassName
 {
   background-color: #CB5B29;
 }
 .BgClassName
 {
   background-color: #CB5B29;
 }
</style>

border-color css

<style>
 span { border-color: #CB5B29; }

 span { border-color: rgb(203,91,41); }

 td.TdClassName
 {
   border-color: #CB5B29;
 }
 .TagClassName
 {
   border-color: #CB5B29;
 }
</style>