Shades of Fire Engine Red #CE0A25
Tints of Fire Engine Red #CE0A25
RGB
CMYK
RGB Variations
Color information
#CE0A25 (or 0xCE0A25) is known color: Fire Engine Red. HEX triplet: CE, 0A and 25. RGB value is (206,10,37). Sum of RGB (Red+Green+Blue) = 206+10+37=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A25 is #31F5DA. Grayscale: #474747. Windows color (decimal): -3274203 or 2427598. OLE color: 2427598.
HSL color Cylindrical-coordinate representation of color #CE0A25: hue angle of 351.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A25 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 37 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.19 |
| HSL | 351.73º | 0.91% | 0.42% | - |
| HSV(B) | 351.73º | 0.95% | 0.81% | - |
| XYZ | 25.9 | 13.47 | 2.99 | - |
| YUV | 71.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 37 | 0 | 0.95 | 0.82 | 0.19 | 351.73 | 0.91 | 0.42 |
| Hex | CE | A | 25 | 0 | 5F | 52 | 13 | 160 | 5B | 2A |
| Octal | 316 | 12 | 45 | 0 | 137 | 122 | 23 | 540 | 133 | 52 |
| Binary | 11001110 | 1010 | 100101 | 0 | 1011111 | 1010010 | 10011 | 101100000 | 1011011 | 101010 |
Color Harmonies of #CE0A25
Complementary color
Monochromatic Colors of #CE0A25
Black with #CE0A25
Text Example
Text Example
White with #CE0A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A25; }
p { color: rgb(206,10,37); }
H1.HeaderClassName
{
color: #CE0A25;
}
.AnyTagClassName
{
color: #CE0A25;
}
</style>
background-color css
<style>
a { background-color: #CE0A25; }
a { background-color: rgb(206,10,37); }
div.DivClassName
{
background-color: #CE0A25;
}
.BgClassName
{
background-color: #CE0A25;
}
</style>
border-color css
<style>
span { border-color: #CE0A25; }
span { border-color: rgb(206,10,37); }
td.TdClassName
{
border-color: #CE0A25;
}
.TagClassName
{
border-color: #CE0A25;
}
</style>