Shades of Fire Engine Red #CE121F
Tints of Fire Engine Red #CE121F
RGB
CMYK
RGB Variations
Color information
#CE121F (or 0xCE121F) is known color: Fire Engine Red. HEX triplet: CE, 12 and 1F. RGB value is (206,18,31). Sum of RGB (Red+Green+Blue) = 206+18+31=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE121F is #31EDE0. Grayscale: #4B4B4B. Windows color (decimal): -3272161 or 2036430. OLE color: 2036430.
HSL color Cylindrical-coordinate representation of color #CE121F: hue angle of 355.85º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE121F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.19 |
| HSL | 355.85º | 0.84% | 0.44% | - |
| HSV(B) | 355.85º | 0.91% | 0.81% | - |
| XYZ | 25.92 | 13.65 | 2.57 | - |
| YUV | 75.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 31 | 0 | 0.91 | 0.85 | 0.19 | 355.85 | 0.84 | 0.44 |
| Hex | CE | 12 | 1F | 0 | 5B | 55 | 13 | 164 | 54 | 2C |
| Octal | 316 | 22 | 37 | 0 | 133 | 125 | 23 | 544 | 124 | 54 |
| Binary | 11001110 | 10010 | 11111 | 0 | 1011011 | 1010101 | 10011 | 101100100 | 1010100 | 101100 |
Color Harmonies of #CE121F
Complementary color
Monochromatic Colors of #CE121F
Black with #CE121F
Text Example
Text Example
White with #CE121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE121F; }
p { color: rgb(206,18,31); }
H1.HeaderClassName
{
color: #CE121F;
}
.AnyTagClassName
{
color: #CE121F;
}
</style>
background-color css
<style>
a { background-color: #CE121F; }
a { background-color: rgb(206,18,31); }
div.DivClassName
{
background-color: #CE121F;
}
.BgClassName
{
background-color: #CE121F;
}
</style>
border-color css
<style>
span { border-color: #CE121F; }
span { border-color: rgb(206,18,31); }
td.TdClassName
{
border-color: #CE121F;
}
.TagClassName
{
border-color: #CE121F;
}
</style>