Shades of Fire Engine Red #D00921
Tints of Fire Engine Red #D00921
RGB
CMYK
RGB Variations
Color information
#D00921 (or 0xD00921) is known color: Fire Engine Red. HEX triplet: D0, 09 and 21. RGB value is (208,9,33). Sum of RGB (Red+Green+Blue) = 208+9+33=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D00921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00921 is #2FF6DE. Grayscale: #474747. Windows color (decimal): -3143391 or 2165200. OLE color: 2165200.
HSL color Cylindrical-coordinate representation of color #D00921: hue angle of 352.76º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.18 |
| HSL | 352.76º | 0.92% | 0.43% | - |
| HSV(B) | 352.76º | 0.96% | 0.82% | - |
| XYZ | 26.38 | 13.72 | 2.7 | - |
| YUV | 71.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 33 | 0 | 0.96 | 0.84 | 0.18 | 352.76 | 0.92 | 0.43 |
| Hex | D0 | 9 | 21 | 0 | 60 | 54 | 12 | 161 | 5C | 2B |
| Octal | 320 | 11 | 41 | 0 | 140 | 124 | 22 | 541 | 134 | 53 |
| Binary | 11010000 | 1001 | 100001 | 0 | 1100000 | 1010100 | 10010 | 101100001 | 1011100 | 101011 |
Color Harmonies of #D00921
Complementary color
Monochromatic Colors of #D00921
Black with #D00921
Text Example
Text Example
White with #D00921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00921; }
p { color: rgb(208,9,33); }
H1.HeaderClassName
{
color: #D00921;
}
.AnyTagClassName
{
color: #D00921;
}
</style>
background-color css
<style>
a { background-color: #D00921; }
a { background-color: rgb(208,9,33); }
div.DivClassName
{
background-color: #D00921;
}
.BgClassName
{
background-color: #D00921;
}
</style>
border-color css
<style>
span { border-color: #D00921; }
span { border-color: rgb(208,9,33); }
td.TdClassName
{
border-color: #D00921;
}
.TagClassName
{
border-color: #D00921;
}
</style>