Shades of Fire Engine Red #DE141C
Tints of Fire Engine Red #DE141C
RGB
CMYK
RGB Variations
Color information
#DE141C (or 0xDE141C) is known color: Fire Engine Red. HEX triplet: DE, 14 and 1C. RGB value is (222,20,28). Sum of RGB (Red+Green+Blue) = 222+20+28=270 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.22% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 222 - color contains mainly: red. Hex color #DE141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE141C is #21EBE3. Grayscale: #515151. Windows color (decimal): -2223076 or 1840350. OLE color: 1840350.
HSL color Cylindrical-coordinate representation of color #DE141C: hue angle of 357.62º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE141C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.62º | 0.83% | 0.47% | - |
| HSV(B) | 357.62º | 0.91% | 0.87% | - |
| XYZ | 30.58 | 16.11 | 2.6 | - |
| YUV | 81.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 28 | 0 | 0.91 | 0.87 | 0.13 | 357.62 | 0.83 | 0.47 |
| Hex | DE | 14 | 1C | 0 | 5B | 57 | D | 166 | 53 | 2F |
| Octal | 336 | 24 | 34 | 0 | 133 | 127 | 15 | 546 | 123 | 57 |
| Binary | 11011110 | 10100 | 11100 | 0 | 1011011 | 1010111 | 1101 | 101100110 | 1010011 | 101111 |
Color Harmonies of #DE141C
Complementary color
Monochromatic Colors of #DE141C
Black with #DE141C
Text Example
Text Example
White with #DE141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE141C; }
p { color: rgb(222,20,28); }
H1.HeaderClassName
{
color: #DE141C;
}
.AnyTagClassName
{
color: #DE141C;
}
</style>
background-color css
<style>
a { background-color: #DE141C; }
a { background-color: rgb(222,20,28); }
div.DivClassName
{
background-color: #DE141C;
}
.BgClassName
{
background-color: #DE141C;
}
</style>
border-color css
<style>
span { border-color: #DE141C; }
span { border-color: rgb(222,20,28); }
td.TdClassName
{
border-color: #DE141C;
}
.TagClassName
{
border-color: #DE141C;
}
</style>