Shades of Fire Engine Red #D00624
Tints of Fire Engine Red #D00624
RGB
CMYK
RGB Variations
Color information
#D00624 (or 0xD00624) is known color: Fire Engine Red. HEX triplet: D0, 06 and 24. RGB value is (208,6,36). Sum of RGB (Red+Green+Blue) = 208+6+36=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D00624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00624 is #2FF9DB. Grayscale: #454545. Windows color (decimal): -3144156 or 2361040. OLE color: 2361040.
HSL color Cylindrical-coordinate representation of color #D00624: hue angle of 351.09º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00624 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.18 |
| HSL | 351.09º | 0.94% | 0.42% | - |
| HSV(B) | 351.09º | 0.97% | 0.82% | - |
| XYZ | 26.4 | 13.67 | 2.92 | - |
| YUV | 69.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 36 | 0 | 0.97 | 0.83 | 0.18 | 351.09 | 0.94 | 0.42 |
| Hex | D0 | 6 | 24 | 0 | 61 | 53 | 12 | 15F | 5E | 2A |
| Octal | 320 | 6 | 44 | 0 | 141 | 123 | 22 | 537 | 136 | 52 |
| Binary | 11010000 | 110 | 100100 | 0 | 1100001 | 1010011 | 10010 | 101011111 | 1011110 | 101010 |
Color Harmonies of #D00624
Complementary color
Monochromatic Colors of #D00624
Black with #D00624
Text Example
Text Example
White with #D00624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00624; }
p { color: rgb(208,6,36); }
H1.HeaderClassName
{
color: #D00624;
}
.AnyTagClassName
{
color: #D00624;
}
</style>
background-color css
<style>
a { background-color: #D00624; }
a { background-color: rgb(208,6,36); }
div.DivClassName
{
background-color: #D00624;
}
.BgClassName
{
background-color: #D00624;
}
</style>
border-color css
<style>
span { border-color: #D00624; }
span { border-color: rgb(208,6,36); }
td.TdClassName
{
border-color: #D00624;
}
.TagClassName
{
border-color: #D00624;
}
</style>