Shades of Fire Engine Red #CE202D
Tints of Fire Engine Red #CE202D
RGB
CMYK
RGB Variations
Color information
#CE202D (or 0xCE202D) is known color: Fire Engine Red. HEX triplet: CE, 20 and 2D. RGB value is (206,32,45). Sum of RGB (Red+Green+Blue) = 206+32+45=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE202D is #31DFD2. Grayscale: #555555. Windows color (decimal): -3268563 or 2957518. OLE color: 2957518.
HSL color Cylindrical-coordinate representation of color #CE202D: hue angle of 355.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.19 |
| HSL | 355.52º | 0.73% | 0.47% | - |
| HSV(B) | 355.52º | 0.84% | 0.81% | - |
| XYZ | 26.44 | 14.34 | 3.86 | - |
| YUV | 85.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 45 | 0 | 0.84 | 0.78 | 0.19 | 355.52 | 0.73 | 0.47 |
| Hex | CE | 20 | 2D | 0 | 54 | 4E | 13 | 164 | 49 | 2F |
| Octal | 316 | 40 | 55 | 0 | 124 | 116 | 23 | 544 | 111 | 57 |
| Binary | 11001110 | 100000 | 101101 | 0 | 1010100 | 1001110 | 10011 | 101100100 | 1001001 | 101111 |
Color Harmonies of #CE202D
Complementary color
Monochromatic Colors of #CE202D
Black with #CE202D
Text Example
Text Example
White with #CE202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE202D; }
p { color: rgb(206,32,45); }
H1.HeaderClassName
{
color: #CE202D;
}
.AnyTagClassName
{
color: #CE202D;
}
</style>
background-color css
<style>
a { background-color: #CE202D; }
a { background-color: rgb(206,32,45); }
div.DivClassName
{
background-color: #CE202D;
}
.BgClassName
{
background-color: #CE202D;
}
</style>
border-color css
<style>
span { border-color: #CE202D; }
span { border-color: rgb(206,32,45); }
td.TdClassName
{
border-color: #CE202D;
}
.TagClassName
{
border-color: #CE202D;
}
</style>