Shades of Fire Engine Red #D00C23
Tints of Fire Engine Red #D00C23
RGB
CMYK
RGB Variations
Color information
#D00C23 (or 0xD00C23) is known color: Fire Engine Red. HEX triplet: D0, 0C and 23. RGB value is (208,12,35). Sum of RGB (Red+Green+Blue) = 208+12+35=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C23 is #2FF3DC. Grayscale: #494949. Windows color (decimal): -3142621 or 2297040. OLE color: 2297040.
HSL color Cylindrical-coordinate representation of color #D00C23: hue angle of 352.96º 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 #D00C23 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 35 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.18 |
| HSL | 352.96º | 0.89% | 0.43% | - |
| HSV(B) | 352.96º | 0.94% | 0.82% | - |
| XYZ | 26.45 | 13.79 | 2.86 | - |
| YUV | 73.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 35 | 0 | 0.94 | 0.83 | 0.18 | 352.96 | 0.89 | 0.43 |
| Hex | D0 | C | 23 | 0 | 5E | 53 | 12 | 161 | 59 | 2B |
| Octal | 320 | 14 | 43 | 0 | 136 | 123 | 22 | 541 | 131 | 53 |
| Binary | 11010000 | 1100 | 100011 | 0 | 1011110 | 1010011 | 10010 | 101100001 | 1011001 | 101011 |
Color Harmonies of #D00C23
Complementary color
Monochromatic Colors of #D00C23
Black with #D00C23
Text Example
Text Example
White with #D00C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C23; }
p { color: rgb(208,12,35); }
H1.HeaderClassName
{
color: #D00C23;
}
.AnyTagClassName
{
color: #D00C23;
}
</style>
background-color css
<style>
a { background-color: #D00C23; }
a { background-color: rgb(208,12,35); }
div.DivClassName
{
background-color: #D00C23;
}
.BgClassName
{
background-color: #D00C23;
}
</style>
border-color css
<style>
span { border-color: #D00C23; }
span { border-color: rgb(208,12,35); }
td.TdClassName
{
border-color: #D00C23;
}
.TagClassName
{
border-color: #D00C23;
}
</style>