Shades of Fire Engine Red #D00C21
Tints of Fire Engine Red #D00C21
RGB
CMYK
RGB Variations
Color information
#D00C21 (or 0xD00C21) is known color: Fire Engine Red. HEX triplet: D0, 0C and 21. RGB value is (208,12,33). Sum of RGB (Red+Green+Blue) = 208+12+33=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C21 is #2FF3DE. Grayscale: #494949. Windows color (decimal): -3142623 or 2165968. OLE color: 2165968.
HSL color Cylindrical-coordinate representation of color #D00C21: hue angle of 353.57º degrees, saturation: 0.89, 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 #D00C21 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 33 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.18 |
| HSL | 353.57º | 0.89% | 0.43% | - |
| HSV(B) | 353.57º | 0.94% | 0.82% | - |
| XYZ | 26.42 | 13.78 | 2.71 | - |
| YUV | 73 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 33 | 0 | 0.94 | 0.84 | 0.18 | 353.57 | 0.89 | 0.43 |
| Hex | D0 | C | 21 | 0 | 5E | 54 | 12 | 162 | 59 | 2B |
| Octal | 320 | 14 | 41 | 0 | 136 | 124 | 22 | 542 | 131 | 53 |
| Binary | 11010000 | 1100 | 100001 | 0 | 1011110 | 1010100 | 10010 | 101100010 | 1011001 | 101011 |
Color Harmonies of #D00C21
Complementary color
Monochromatic Colors of #D00C21
Black with #D00C21
Text Example
Text Example
White with #D00C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C21; }
p { color: rgb(208,12,33); }
H1.HeaderClassName
{
color: #D00C21;
}
.AnyTagClassName
{
color: #D00C21;
}
</style>
background-color css
<style>
a { background-color: #D00C21; }
a { background-color: rgb(208,12,33); }
div.DivClassName
{
background-color: #D00C21;
}
.BgClassName
{
background-color: #D00C21;
}
</style>
border-color css
<style>
span { border-color: #D00C21; }
span { border-color: rgb(208,12,33); }
td.TdClassName
{
border-color: #D00C21;
}
.TagClassName
{
border-color: #D00C21;
}
</style>