Shades of Chilean Fire #CE572B
Tints of Chilean Fire #CE572B
RGB
CMYK
RGB Variations
Color information
#CE572B (or 0xCE572B) is known color: Chilean Fire. HEX triplet: CE, 57 and 2B. RGB value is (206,87,43). Sum of RGB (Red+Green+Blue) = 206+87+43=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE572B is #31A8D4. Grayscale: #757575. Windows color (decimal): -3254485 or 2840526. OLE color: 2840526.
HSL color Cylindrical-coordinate representation of color #CE572B: hue angle of 16.2º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE572B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 43 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.19 |
| HSL | 16.2º | 0.65% | 0.49% | - |
| HSV(B) | 16.2º | 0.79% | 0.81% | - |
| XYZ | 29.3 | 20.11 | 4.62 | - |
| YUV | 117.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 43 | 0 | 0.58 | 0.79 | 0.19 | 16.2 | 0.65 | 0.49 |
| Hex | CE | 57 | 2B | 0 | 3A | 4F | 13 | 10 | 41 | 31 |
| Octal | 316 | 127 | 53 | 0 | 72 | 117 | 23 | 20 | 101 | 61 |
| Binary | 11001110 | 1010111 | 101011 | 0 | 111010 | 1001111 | 10011 | 10000 | 1000001 | 110001 |
Color Harmonies of #CE572B
Complementary color
Monochromatic Colors of #CE572B
Black with #CE572B
Text Example
Text Example
White with #CE572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE572B; }
p { color: rgb(206,87,43); }
H1.HeaderClassName
{
color: #CE572B;
}
.AnyTagClassName
{
color: #CE572B;
}
</style>
background-color css
<style>
a { background-color: #CE572B; }
a { background-color: rgb(206,87,43); }
div.DivClassName
{
background-color: #CE572B;
}
.BgClassName
{
background-color: #CE572B;
}
</style>
border-color css
<style>
span { border-color: #CE572B; }
span { border-color: rgb(206,87,43); }
td.TdClassName
{
border-color: #CE572B;
}
.TagClassName
{
border-color: #CE572B;
}
</style>