Shades of Fire Engine Red #D00A21
Tints of Fire Engine Red #D00A21
RGB
CMYK
RGB Variations
Color information
#D00A21 (or 0xD00A21) is known color: Fire Engine Red. HEX triplet: D0, 0A and 21. RGB value is (208,10,33). Sum of RGB (Red+Green+Blue) = 208+10+33=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A21 is #2FF5DE. Grayscale: #474747. Windows color (decimal): -3143135 or 2165456. OLE color: 2165456.
HSL color Cylindrical-coordinate representation of color #D00A21: hue angle of 353.03º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A21 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 33 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.18 |
| HSL | 353.03º | 0.91% | 0.43% | - |
| HSV(B) | 353.03º | 0.95% | 0.82% | - |
| XYZ | 26.4 | 13.74 | 2.7 | - |
| YUV | 71.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 33 | 0 | 0.95 | 0.84 | 0.18 | 353.03 | 0.91 | 0.43 |
| Hex | D0 | A | 21 | 0 | 5F | 54 | 12 | 161 | 5B | 2B |
| Octal | 320 | 12 | 41 | 0 | 137 | 124 | 22 | 541 | 133 | 53 |
| Binary | 11010000 | 1010 | 100001 | 0 | 1011111 | 1010100 | 10010 | 101100001 | 1011011 | 101011 |
Color Harmonies of #D00A21
Complementary color
Monochromatic Colors of #D00A21
Black with #D00A21
Text Example
Text Example
White with #D00A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A21; }
p { color: rgb(208,10,33); }
H1.HeaderClassName
{
color: #D00A21;
}
.AnyTagClassName
{
color: #D00A21;
}
</style>
background-color css
<style>
a { background-color: #D00A21; }
a { background-color: rgb(208,10,33); }
div.DivClassName
{
background-color: #D00A21;
}
.BgClassName
{
background-color: #D00A21;
}
</style>
border-color css
<style>
span { border-color: #D00A21; }
span { border-color: rgb(208,10,33); }
td.TdClassName
{
border-color: #D00A21;
}
.TagClassName
{
border-color: #D00A21;
}
</style>