Shades of Chilean Fire #CB572C
Tints of Chilean Fire #CB572C
RGB
CMYK
RGB Variations
Color information
#CB572C (or 0xCB572C) is known color: Chilean Fire. HEX triplet: CB, 57 and 2C. RGB value is (203,87,44). Sum of RGB (Red+Green+Blue) = 203+87+44=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB572C is #34A8D3. Grayscale: #757575. Windows color (decimal): -3451092 or 2906059. OLE color: 2906059.
HSL color Cylindrical-coordinate representation of color #CB572C: hue angle of 16.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB572C is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 44 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.20 |
| HSL | 16.23º | 0.64% | 0.48% | - |
| HSV(B) | 16.23º | 0.78% | 0.8% | - |
| XYZ | 28.49 | 19.69 | 4.68 | - |
| YUV | 116.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 44 | 0 | 0.57 | 0.78 | 0.20 | 16.23 | 0.64 | 0.48 |
| Hex | CB | 57 | 2C | 0 | 39 | 4E | 14 | 10 | 40 | 30 |
| Octal | 313 | 127 | 54 | 0 | 71 | 116 | 24 | 20 | 100 | 60 |
| Binary | 11001011 | 1010111 | 101100 | 0 | 111001 | 1001110 | 10100 | 10000 | 1000000 | 110000 |
Color Harmonies of #CB572C
Complementary color
Monochromatic Colors of #CB572C
Black with #CB572C
Text Example
Text Example
White with #CB572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB572C; }
p { color: rgb(203,87,44); }
H1.HeaderClassName
{
color: #CB572C;
}
.AnyTagClassName
{
color: #CB572C;
}
</style>
background-color css
<style>
a { background-color: #CB572C; }
a { background-color: rgb(203,87,44); }
div.DivClassName
{
background-color: #CB572C;
}
.BgClassName
{
background-color: #CB572C;
}
</style>
border-color css
<style>
span { border-color: #CB572C; }
span { border-color: rgb(203,87,44); }
td.TdClassName
{
border-color: #CB572C;
}
.TagClassName
{
border-color: #CB572C;
}
</style>