Shades of Fire Engine Red #CE0F2A
Tints of Fire Engine Red #CE0F2A
RGB
CMYK
RGB Variations
Color information
#CE0F2A (or 0xCE0F2A) is known color: Fire Engine Red. HEX triplet: CE, 0F and 2A. RGB value is (206,15,42). Sum of RGB (Red+Green+Blue) = 206+15+42=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F2A is #31F0D5. Grayscale: #4B4B4B. Windows color (decimal): -3272918 or 2756558. OLE color: 2756558.
HSL color Cylindrical-coordinate representation of color #CE0F2A: hue angle of 351.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F2A is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 42 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.19 |
| HSL | 351.52º | 0.86% | 0.43% | - |
| HSV(B) | 351.52º | 0.93% | 0.81% | - |
| XYZ | 26.04 | 13.63 | 3.45 | - |
| YUV | 75.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 42 | 0 | 0.93 | 0.80 | 0.19 | 351.52 | 0.86 | 0.43 |
| Hex | CE | F | 2A | 0 | 5D | 50 | 13 | 160 | 56 | 2B |
| Octal | 316 | 17 | 52 | 0 | 135 | 120 | 23 | 540 | 126 | 53 |
| Binary | 11001110 | 1111 | 101010 | 0 | 1011101 | 1010000 | 10011 | 101100000 | 1010110 | 101011 |
Color Harmonies of #CE0F2A
Complementary color
Monochromatic Colors of #CE0F2A
Black with #CE0F2A
Text Example
Text Example
White with #CE0F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F2A; }
p { color: rgb(206,15,42); }
H1.HeaderClassName
{
color: #CE0F2A;
}
.AnyTagClassName
{
color: #CE0F2A;
}
</style>
background-color css
<style>
a { background-color: #CE0F2A; }
a { background-color: rgb(206,15,42); }
div.DivClassName
{
background-color: #CE0F2A;
}
.BgClassName
{
background-color: #CE0F2A;
}
</style>
border-color css
<style>
span { border-color: #CE0F2A; }
span { border-color: rgb(206,15,42); }
td.TdClassName
{
border-color: #CE0F2A;
}
.TagClassName
{
border-color: #CE0F2A;
}
</style>