Shades of Fire Engine Red #D01222
Tints of Fire Engine Red #D01222
RGB
CMYK
RGB Variations
Color information
#D01222 (or 0xD01222) is known color: Fire Engine Red. HEX triplet: D0, 12 and 22. RGB value is (208,18,34). Sum of RGB (Red+Green+Blue) = 208+18+34=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D01222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01222 is #2FEDDD. Grayscale: #4C4C4C. Windows color (decimal): -3141086 or 2233040. OLE color: 2233040.
HSL color Cylindrical-coordinate representation of color #D01222: hue angle of 354.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01222 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 34 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.18 |
| HSL | 354.95º | 0.84% | 0.44% | - |
| HSV(B) | 354.95º | 0.91% | 0.82% | - |
| XYZ | 26.52 | 13.96 | 2.81 | - |
| YUV | 76.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 34 | 0 | 0.91 | 0.84 | 0.18 | 354.95 | 0.84 | 0.44 |
| Hex | D0 | 12 | 22 | 0 | 5B | 54 | 12 | 163 | 54 | 2C |
| Octal | 320 | 22 | 42 | 0 | 133 | 124 | 22 | 543 | 124 | 54 |
| Binary | 11010000 | 10010 | 100010 | 0 | 1011011 | 1010100 | 10010 | 101100011 | 1010100 | 101100 |
Color Harmonies of #D01222
Complementary color
Monochromatic Colors of #D01222
Black with #D01222
Text Example
Text Example
White with #D01222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01222; }
p { color: rgb(208,18,34); }
H1.HeaderClassName
{
color: #D01222;
}
.AnyTagClassName
{
color: #D01222;
}
</style>
background-color css
<style>
a { background-color: #D01222; }
a { background-color: rgb(208,18,34); }
div.DivClassName
{
background-color: #D01222;
}
.BgClassName
{
background-color: #D01222;
}
</style>
border-color css
<style>
span { border-color: #D01222; }
span { border-color: rgb(208,18,34); }
td.TdClassName
{
border-color: #D01222;
}
.TagClassName
{
border-color: #D01222;
}
</style>