Shades of Chilean Fire #CB5A29
Tints of Chilean Fire #CB5A29
RGB
CMYK
RGB Variations
Color information
#CB5A29 (or 0xCB5A29) is known color: Chilean Fire. HEX triplet: CB, 5A and 29. RGB value is (203,90,41). Sum of RGB (Red+Green+Blue) = 203+90+41=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A29 is #34A5D6. Grayscale: #767676. Windows color (decimal): -3450327 or 2710219. OLE color: 2710219.
HSL color Cylindrical-coordinate representation of color #CB5A29: hue angle of 18.15º 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 #CB5A29 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 41 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.20 |
| HSL | 18.15º | 0.66% | 0.48% | - |
| HSV(B) | 18.15º | 0.8% | 0.8% | - |
| XYZ | 28.69 | 20.17 | 4.48 | - |
| YUV | 118.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 41 | 0 | 0.56 | 0.80 | 0.20 | 18.15 | 0.66 | 0.48 |
| Hex | CB | 5A | 29 | 0 | 38 | 50 | 14 | 12 | 42 | 30 |
| Octal | 313 | 132 | 51 | 0 | 70 | 120 | 24 | 22 | 102 | 60 |
| Binary | 11001011 | 1011010 | 101001 | 0 | 111000 | 1010000 | 10100 | 10010 | 1000010 | 110000 |
Color Harmonies of #CB5A29
Complementary color
Monochromatic Colors of #CB5A29
Black with #CB5A29
Text Example
Text Example
White with #CB5A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A29; }
p { color: rgb(203,90,41); }
H1.HeaderClassName
{
color: #CB5A29;
}
.AnyTagClassName
{
color: #CB5A29;
}
</style>
background-color css
<style>
a { background-color: #CB5A29; }
a { background-color: rgb(203,90,41); }
div.DivClassName
{
background-color: #CB5A29;
}
.BgClassName
{
background-color: #CB5A29;
}
</style>
border-color css
<style>
span { border-color: #CB5A29; }
span { border-color: rgb(203,90,41); }
td.TdClassName
{
border-color: #CB5A29;
}
.TagClassName
{
border-color: #CB5A29;
}
</style>