Shades of Fire Engine Red #CE022D
Tints of Fire Engine Red #CE022D
RGB
CMYK
RGB Variations
Color information
#CE022D (or 0xCE022D) is known color: Fire Engine Red. HEX triplet: CE, 02 and 2D. RGB value is (206,2,45). Sum of RGB (Red+Green+Blue) = 206+2+45=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE022D is #31FDD2. Grayscale: #434343. Windows color (decimal): -3276243 or 2949838. OLE color: 2949838.
HSL color Cylindrical-coordinate representation of color #CE022D: hue angle of 347.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE022D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.19 |
| HSL | 347.35º | 0.98% | 0.41% | - |
| HSV(B) | 347.35º | 0.99% | 0.81% | - |
| XYZ | 25.95 | 13.35 | 3.69 | - |
| YUV | 67.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 45 | 0 | 0.99 | 0.78 | 0.19 | 347.35 | 0.98 | 0.41 |
| Hex | CE | 2 | 2D | 0 | 63 | 4E | 13 | 15B | 62 | 29 |
| Octal | 316 | 2 | 55 | 0 | 143 | 116 | 23 | 533 | 142 | 51 |
| Binary | 11001110 | 10 | 101101 | 0 | 1100011 | 1001110 | 10011 | 101011011 | 1100010 | 101001 |
Color Harmonies of #CE022D
Complementary color
Monochromatic Colors of #CE022D
Black with #CE022D
Text Example
Text Example
White with #CE022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE022D; }
p { color: rgb(206,2,45); }
H1.HeaderClassName
{
color: #CE022D;
}
.AnyTagClassName
{
color: #CE022D;
}
</style>
background-color css
<style>
a { background-color: #CE022D; }
a { background-color: rgb(206,2,45); }
div.DivClassName
{
background-color: #CE022D;
}
.BgClassName
{
background-color: #CE022D;
}
</style>
border-color css
<style>
span { border-color: #CE022D; }
span { border-color: rgb(206,2,45); }
td.TdClassName
{
border-color: #CE022D;
}
.TagClassName
{
border-color: #CE022D;
}
</style>