Shades of Chilean Fire #CB5E2A
Tints of Chilean Fire #CB5E2A
RGB
CMYK
RGB Variations
Color information
#CB5E2A (or 0xCB5E2A) is known color: Chilean Fire. HEX triplet: CB, 5E and 2A. RGB value is (203,94,42). Sum of RGB (Red+Green+Blue) = 203+94+42=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E2A is #34A1D5. Grayscale: #787878. Windows color (decimal): -3449302 or 2776779. OLE color: 2776779.
HSL color Cylindrical-coordinate representation of color #CB5E2A: hue angle of 19.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB5E2A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 42 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.20 |
| HSL | 19.38º | 0.66% | 0.48% | - |
| HSV(B) | 19.38º | 0.79% | 0.8% | - |
| XYZ | 29.05 | 20.87 | 4.69 | - |
| YUV | 120.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 42 | 0 | 0.54 | 0.79 | 0.20 | 19.38 | 0.66 | 0.48 |
| Hex | CB | 5E | 2A | 0 | 36 | 4F | 14 | 13 | 42 | 30 |
| Octal | 313 | 136 | 52 | 0 | 66 | 117 | 24 | 23 | 102 | 60 |
| Binary | 11001011 | 1011110 | 101010 | 0 | 110110 | 1001111 | 10100 | 10011 | 1000010 | 110000 |
Color Harmonies of #CB5E2A
Complementary color
Monochromatic Colors of #CB5E2A
Black with #CB5E2A
Text Example
Text Example
White with #CB5E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E2A; }
p { color: rgb(203,94,42); }
H1.HeaderClassName
{
color: #CB5E2A;
}
.AnyTagClassName
{
color: #CB5E2A;
}
</style>
background-color css
<style>
a { background-color: #CB5E2A; }
a { background-color: rgb(203,94,42); }
div.DivClassName
{
background-color: #CB5E2A;
}
.BgClassName
{
background-color: #CB5E2A;
}
</style>
border-color css
<style>
span { border-color: #CB5E2A; }
span { border-color: rgb(203,94,42); }
td.TdClassName
{
border-color: #CB5E2A;
}
.TagClassName
{
border-color: #CB5E2A;
}
</style>