Shades of Fire Engine Red #D00D23
Tints of Fire Engine Red #D00D23
RGB
CMYK
RGB Variations
Color information
#D00D23 (or 0xD00D23) is known color: Fire Engine Red. HEX triplet: D0, 0D and 23. RGB value is (208,13,35). Sum of RGB (Red+Green+Blue) = 208+13+35=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D23 is #2FF2DC. Grayscale: #494949. Windows color (decimal): -3142365 or 2297296. OLE color: 2297296.
HSL color Cylindrical-coordinate representation of color #D00D23: hue angle of 353.23º 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 #D00D23 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 35 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.18 |
| HSL | 353.23º | 0.88% | 0.43% | - |
| HSV(B) | 353.23º | 0.94% | 0.82% | - |
| XYZ | 26.46 | 13.82 | 2.86 | - |
| YUV | 73.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 35 | 0 | 0.94 | 0.83 | 0.18 | 353.23 | 0.88 | 0.43 |
| Hex | D0 | D | 23 | 0 | 5E | 53 | 12 | 161 | 58 | 2B |
| Octal | 320 | 15 | 43 | 0 | 136 | 123 | 22 | 541 | 130 | 53 |
| Binary | 11010000 | 1101 | 100011 | 0 | 1011110 | 1010011 | 10010 | 101100001 | 1011000 | 101011 |
Color Harmonies of #D00D23
Complementary color
Monochromatic Colors of #D00D23
Black with #D00D23
Text Example
Text Example
White with #D00D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D23; }
p { color: rgb(208,13,35); }
H1.HeaderClassName
{
color: #D00D23;
}
.AnyTagClassName
{
color: #D00D23;
}
</style>
background-color css
<style>
a { background-color: #D00D23; }
a { background-color: rgb(208,13,35); }
div.DivClassName
{
background-color: #D00D23;
}
.BgClassName
{
background-color: #D00D23;
}
</style>
border-color css
<style>
span { border-color: #D00D23; }
span { border-color: rgb(208,13,35); }
td.TdClassName
{
border-color: #D00D23;
}
.TagClassName
{
border-color: #D00D23;
}
</style>