Shades of Fire Engine Red #CE0825
Tints of Fire Engine Red #CE0825
RGB
CMYK
RGB Variations
Color information
#CE0825 (or 0xCE0825) is known color: Fire Engine Red. HEX triplet: CE, 08 and 25. RGB value is (206,8,37). Sum of RGB (Red+Green+Blue) = 206+8+37=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0825 is #31F7DA. Grayscale: #464646. Windows color (decimal): -3274715 or 2427086. OLE color: 2427086.
HSL color Cylindrical-coordinate representation of color #CE0825: hue angle of 351.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0825 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.19 |
| HSL | 351.21º | 0.93% | 0.42% | - |
| HSV(B) | 351.21º | 0.96% | 0.81% | - |
| XYZ | 25.87 | 13.43 | 2.98 | - |
| YUV | 70.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 37 | 0 | 0.96 | 0.82 | 0.19 | 351.21 | 0.93 | 0.42 |
| Hex | CE | 8 | 25 | 0 | 60 | 52 | 13 | 15F | 5D | 2A |
| Octal | 316 | 10 | 45 | 0 | 140 | 122 | 23 | 537 | 135 | 52 |
| Binary | 11001110 | 1000 | 100101 | 0 | 1100000 | 1010010 | 10011 | 101011111 | 1011101 | 101010 |
Color Harmonies of #CE0825
Complementary color
Monochromatic Colors of #CE0825
Black with #CE0825
Text Example
Text Example
White with #CE0825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0825; }
p { color: rgb(206,8,37); }
H1.HeaderClassName
{
color: #CE0825;
}
.AnyTagClassName
{
color: #CE0825;
}
</style>
background-color css
<style>
a { background-color: #CE0825; }
a { background-color: rgb(206,8,37); }
div.DivClassName
{
background-color: #CE0825;
}
.BgClassName
{
background-color: #CE0825;
}
</style>
border-color css
<style>
span { border-color: #CE0825; }
span { border-color: rgb(206,8,37); }
td.TdClassName
{
border-color: #CE0825;
}
.TagClassName
{
border-color: #CE0825;
}
</style>