Html Css Color HEX #CB5929 Chilean Fire

📋 copy color: '#CB5929'

red 203 ◦ green 89 ◦ blue 41

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

Shades of Chilean Fire #CB5929

Tints of Chilean Fire #CB5929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

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

R = 60.96%
G = 26.73%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB5929 (or 0xCB5929) is known color: Chilean Fire. HEX triplet: CB, 59 and 29. RGB value is (203,89,41). Sum of RGB (Red+Green+Blue) = 203+89+41=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5929 is #34A6D6. Grayscale: #757575. Windows color (decimal): -3450583 or 2709963. OLE color: 2709963.

HSL color Cylindrical-coordinate representation of color #CB5929: hue angle of 17.78º 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 #CB5929 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 41 -
CMYK 0 0.56 0.80 0.20
HSL 17.78º 0.66% 0.48% -
HSV(B) 17.78º 0.8% 0.8% -
XYZ 28.6 20 4.45 -
YUV 117.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 203 89 41 0 0.56 0.80 0.20 17.78 0.66 0.48
Hex CB 59 29 0 38 50 14 12 42 30
Octal 313 131 51 0 70 120 24 22 102 60
Binary 11001011 1011001 101001 0 111000 1010000 10100 10010 1000010 110000

Color Harmonies of #CB5929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5929

Black with #CB5929

Text Example


Text Example

White with #CB5929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5929; }

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

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

background-color css

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

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

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

border-color css

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

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

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