Shades of Chilean Fire #CB592A
Tints of Chilean Fire #CB592A
RGB
CMYK
RGB Variations
Color information
#CB592A (or 0xCB592A) is known color: Chilean Fire. HEX triplet: CB, 59 and 2A. RGB value is (203,89,42). Sum of RGB (Red+Green+Blue) = 203+89+42=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB592A is #34A6D5. Grayscale: #767676. Windows color (decimal): -3450582 or 2775499. OLE color: 2775499.
HSL color Cylindrical-coordinate representation of color #CB592A: hue angle of 17.52º 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 #CB592A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 42 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.20 |
| HSL | 17.52º | 0.66% | 0.48% | - |
| HSV(B) | 17.52º | 0.79% | 0.8% | - |
| XYZ | 28.62 | 20.01 | 4.54 | - |
| YUV | 117.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 42 | 0 | 0.56 | 0.79 | 0.20 | 17.52 | 0.66 | 0.48 |
| Hex | CB | 59 | 2A | 0 | 38 | 4F | 14 | 12 | 42 | 30 |
| Octal | 313 | 131 | 52 | 0 | 70 | 117 | 24 | 22 | 102 | 60 |
| Binary | 11001011 | 1011001 | 101010 | 0 | 111000 | 1001111 | 10100 | 10010 | 1000010 | 110000 |
Color Harmonies of #CB592A
Complementary color
Monochromatic Colors of #CB592A
Black with #CB592A
Text Example
Text Example
White with #CB592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB592A; }
p { color: rgb(203,89,42); }
H1.HeaderClassName
{
color: #CB592A;
}
.AnyTagClassName
{
color: #CB592A;
}
</style>
background-color css
<style>
a { background-color: #CB592A; }
a { background-color: rgb(203,89,42); }
div.DivClassName
{
background-color: #CB592A;
}
.BgClassName
{
background-color: #CB592A;
}
</style>
border-color css
<style>
span { border-color: #CB592A; }
span { border-color: rgb(203,89,42); }
td.TdClassName
{
border-color: #CB592A;
}
.TagClassName
{
border-color: #CB592A;
}
</style>