Shades of Fire Engine Red #D00D22
Tints of Fire Engine Red #D00D22
RGB
CMYK
RGB Variations
Color information
#D00D22 (or 0xD00D22) is known color: Fire Engine Red. HEX triplet: D0, 0D and 22. RGB value is (208,13,34). Sum of RGB (Red+Green+Blue) = 208+13+34=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D22 is #2FF2DD. Grayscale: #494949. Windows color (decimal): -3142366 or 2231760. OLE color: 2231760.
HSL color Cylindrical-coordinate representation of color #D00D22: hue angle of 353.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D22 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 34 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.18 |
| HSL | 353.54º | 0.88% | 0.43% | - |
| HSV(B) | 353.54º | 0.94% | 0.82% | - |
| XYZ | 26.45 | 13.81 | 2.79 | - |
| YUV | 73.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 34 | 0 | 0.94 | 0.84 | 0.18 | 353.54 | 0.88 | 0.43 |
| Hex | D0 | D | 22 | 0 | 5E | 54 | 12 | 162 | 58 | 2B |
| Octal | 320 | 15 | 42 | 0 | 136 | 124 | 22 | 542 | 130 | 53 |
| Binary | 11010000 | 1101 | 100010 | 0 | 1011110 | 1010100 | 10010 | 101100010 | 1011000 | 101011 |
Color Harmonies of #D00D22
Complementary color
Monochromatic Colors of #D00D22
Black with #D00D22
Text Example
Text Example
White with #D00D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D22; }
p { color: rgb(208,13,34); }
H1.HeaderClassName
{
color: #D00D22;
}
.AnyTagClassName
{
color: #D00D22;
}
</style>
background-color css
<style>
a { background-color: #D00D22; }
a { background-color: rgb(208,13,34); }
div.DivClassName
{
background-color: #D00D22;
}
.BgClassName
{
background-color: #D00D22;
}
</style>
border-color css
<style>
span { border-color: #D00D22; }
span { border-color: rgb(208,13,34); }
td.TdClassName
{
border-color: #D00D22;
}
.TagClassName
{
border-color: #D00D22;
}
</style>