Shades of Fire Engine Red #D00725
Tints of Fire Engine Red #D00725
RGB
CMYK
RGB Variations
Color information
#D00725 (or 0xD00725) is known color: Fire Engine Red. HEX triplet: D0, 07 and 25. RGB value is (208,7,37). Sum of RGB (Red+Green+Blue) = 208+7+37=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00725 is #2FF8DA. Grayscale: #464646. Windows color (decimal): -3143899 or 2426832. OLE color: 2426832.
HSL color Cylindrical-coordinate representation of color #D00725: hue angle of 351.04º degrees, saturation: 0.93, 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 #D00725 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.18 |
| HSL | 351.04º | 0.93% | 0.42% | - |
| HSV(B) | 351.04º | 0.97% | 0.82% | - |
| XYZ | 26.42 | 13.7 | 3 | - |
| YUV | 70.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 37 | 0 | 0.97 | 0.82 | 0.18 | 351.04 | 0.93 | 0.42 |
| Hex | D0 | 7 | 25 | 0 | 61 | 52 | 12 | 15F | 5D | 2A |
| Octal | 320 | 7 | 45 | 0 | 141 | 122 | 22 | 537 | 135 | 52 |
| Binary | 11010000 | 111 | 100101 | 0 | 1100001 | 1010010 | 10010 | 101011111 | 1011101 | 101010 |
Color Harmonies of #D00725
Complementary color
Monochromatic Colors of #D00725
Black with #D00725
Text Example
Text Example
White with #D00725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00725; }
p { color: rgb(208,7,37); }
H1.HeaderClassName
{
color: #D00725;
}
.AnyTagClassName
{
color: #D00725;
}
</style>
background-color css
<style>
a { background-color: #D00725; }
a { background-color: rgb(208,7,37); }
div.DivClassName
{
background-color: #D00725;
}
.BgClassName
{
background-color: #D00725;
}
</style>
border-color css
<style>
span { border-color: #D00725; }
span { border-color: rgb(208,7,37); }
td.TdClassName
{
border-color: #D00725;
}
.TagClassName
{
border-color: #D00725;
}
</style>