Shades of Chilean Fire #CB5C29
Tints of Chilean Fire #CB5C29
RGB
CMYK
RGB Variations
Color information
#CB5C29 (or 0xCB5C29) is known color: Chilean Fire. HEX triplet: CB, 5C and 29. RGB value is (203,92,41). Sum of RGB (Red+Green+Blue) = 203+92+41=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C29 is #34A3D6. Grayscale: #777777. Windows color (decimal): -3449815 or 2710731. OLE color: 2710731.
HSL color Cylindrical-coordinate representation of color #CB5C29: hue angle of 18.89º 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 #CB5C29 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 41 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.20 |
| HSL | 18.89º | 0.66% | 0.48% | - |
| HSV(B) | 18.89º | 0.8% | 0.8% | - |
| XYZ | 28.86 | 20.51 | 4.54 | - |
| YUV | 119.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 41 | 0 | 0.55 | 0.80 | 0.20 | 18.89 | 0.66 | 0.48 |
| Hex | CB | 5C | 29 | 0 | 37 | 50 | 14 | 13 | 42 | 30 |
| Octal | 313 | 134 | 51 | 0 | 67 | 120 | 24 | 23 | 102 | 60 |
| Binary | 11001011 | 1011100 | 101001 | 0 | 110111 | 1010000 | 10100 | 10011 | 1000010 | 110000 |
Color Harmonies of #CB5C29
Complementary color
Monochromatic Colors of #CB5C29
Black with #CB5C29
Text Example
Text Example
White with #CB5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C29; }
p { color: rgb(203,92,41); }
H1.HeaderClassName
{
color: #CB5C29;
}
.AnyTagClassName
{
color: #CB5C29;
}
</style>
background-color css
<style>
a { background-color: #CB5C29; }
a { background-color: rgb(203,92,41); }
div.DivClassName
{
background-color: #CB5C29;
}
.BgClassName
{
background-color: #CB5C29;
}
</style>
border-color css
<style>
span { border-color: #CB5C29; }
span { border-color: rgb(203,92,41); }
td.TdClassName
{
border-color: #CB5C29;
}
.TagClassName
{
border-color: #CB5C29;
}
</style>