Shades of Fire Engine Red #DE141F
Tints of Fire Engine Red #DE141F
RGB
CMYK
RGB Variations
Color information
#DE141F (or 0xDE141F) is known color: Fire Engine Red. HEX triplet: DE, 14 and 1F. RGB value is (222,20,31). Sum of RGB (Red+Green+Blue) = 222+20+31=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE141F is #21EBE0. Grayscale: #515151. Windows color (decimal): -2223073 or 2036958. OLE color: 2036958.
HSL color Cylindrical-coordinate representation of color #DE141F: hue angle of 356.73º 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 #DE141F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 31 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 356.73º | 0.83% | 0.47% | - |
| HSV(B) | 356.73º | 0.91% | 0.87% | - |
| XYZ | 30.62 | 16.13 | 2.8 | - |
| YUV | 81.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 31 | 0 | 0.91 | 0.86 | 0.13 | 356.73 | 0.83 | 0.47 |
| Hex | DE | 14 | 1F | 0 | 5B | 56 | D | 165 | 53 | 2F |
| Octal | 336 | 24 | 37 | 0 | 133 | 126 | 15 | 545 | 123 | 57 |
| Binary | 11011110 | 10100 | 11111 | 0 | 1011011 | 1010110 | 1101 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DE141F
Complementary color
Monochromatic Colors of #DE141F
Black with #DE141F
Text Example
Text Example
White with #DE141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE141F; }
p { color: rgb(222,20,31); }
H1.HeaderClassName
{
color: #DE141F;
}
.AnyTagClassName
{
color: #DE141F;
}
</style>
background-color css
<style>
a { background-color: #DE141F; }
a { background-color: rgb(222,20,31); }
div.DivClassName
{
background-color: #DE141F;
}
.BgClassName
{
background-color: #DE141F;
}
</style>
border-color css
<style>
span { border-color: #DE141F; }
span { border-color: rgb(222,20,31); }
td.TdClassName
{
border-color: #DE141F;
}
.TagClassName
{
border-color: #DE141F;
}
</style>