Shades of Fire Engine Red #CE0F25
Tints of Fire Engine Red #CE0F25
RGB
CMYK
RGB Variations
Color information
#CE0F25 (or 0xCE0F25) is known color: Fire Engine Red. HEX triplet: CE, 0F and 25. RGB value is (206,15,37). Sum of RGB (Red+Green+Blue) = 206+15+37=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F25 is #31F0DA. Grayscale: #4A4A4A. Windows color (decimal): -3272923 or 2428878. OLE color: 2428878.
HSL color Cylindrical-coordinate representation of color #CE0F25: hue angle of 353.09º 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 #CE0F25 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 37 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.19 |
| HSL | 353.09º | 0.86% | 0.43% | - |
| HSV(B) | 353.09º | 0.93% | 0.81% | - |
| XYZ | 25.96 | 13.6 | 3.01 | - |
| YUV | 74.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 37 | 0 | 0.93 | 0.82 | 0.19 | 353.09 | 0.86 | 0.43 |
| Hex | CE | F | 25 | 0 | 5D | 52 | 13 | 161 | 56 | 2B |
| Octal | 316 | 17 | 45 | 0 | 135 | 122 | 23 | 541 | 126 | 53 |
| Binary | 11001110 | 1111 | 100101 | 0 | 1011101 | 1010010 | 10011 | 101100001 | 1010110 | 101011 |
Color Harmonies of #CE0F25
Complementary color
Monochromatic Colors of #CE0F25
Black with #CE0F25
Text Example
Text Example
White with #CE0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F25; }
p { color: rgb(206,15,37); }
H1.HeaderClassName
{
color: #CE0F25;
}
.AnyTagClassName
{
color: #CE0F25;
}
</style>
background-color css
<style>
a { background-color: #CE0F25; }
a { background-color: rgb(206,15,37); }
div.DivClassName
{
background-color: #CE0F25;
}
.BgClassName
{
background-color: #CE0F25;
}
</style>
border-color css
<style>
span { border-color: #CE0F25; }
span { border-color: rgb(206,15,37); }
td.TdClassName
{
border-color: #CE0F25;
}
.TagClassName
{
border-color: #CE0F25;
}
</style>