Shades of Fire Engine Red #CE122D
Tints of Fire Engine Red #CE122D
RGB
CMYK
RGB Variations
Color information
#CE122D (or 0xCE122D) is known color: Fire Engine Red. HEX triplet: CE, 12 and 2D. RGB value is (206,18,45). Sum of RGB (Red+Green+Blue) = 206+18+45=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE122D is #31EDD2. Grayscale: #4D4D4D. Windows color (decimal): -3272147 or 2953934. OLE color: 2953934.
HSL color Cylindrical-coordinate representation of color #CE122D: hue angle of 351.38º 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 #CE122D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.19 |
| HSL | 351.38º | 0.84% | 0.44% | - |
| HSV(B) | 351.38º | 0.91% | 0.81% | - |
| XYZ | 26.14 | 13.74 | 3.76 | - |
| YUV | 77.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 45 | 0 | 0.91 | 0.78 | 0.19 | 351.38 | 0.84 | 0.44 |
| Hex | CE | 12 | 2D | 0 | 5B | 4E | 13 | 15F | 54 | 2C |
| Octal | 316 | 22 | 55 | 0 | 133 | 116 | 23 | 537 | 124 | 54 |
| Binary | 11001110 | 10010 | 101101 | 0 | 1011011 | 1001110 | 10011 | 101011111 | 1010100 | 101100 |
Color Harmonies of #CE122D
Complementary color
Monochromatic Colors of #CE122D
Black with #CE122D
Text Example
Text Example
White with #CE122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE122D; }
p { color: rgb(206,18,45); }
H1.HeaderClassName
{
color: #CE122D;
}
.AnyTagClassName
{
color: #CE122D;
}
</style>
background-color css
<style>
a { background-color: #CE122D; }
a { background-color: rgb(206,18,45); }
div.DivClassName
{
background-color: #CE122D;
}
.BgClassName
{
background-color: #CE122D;
}
</style>
border-color css
<style>
span { border-color: #CE122D; }
span { border-color: rgb(206,18,45); }
td.TdClassName
{
border-color: #CE122D;
}
.TagClassName
{
border-color: #CE122D;
}
</style>