Shades of Fire Engine Red #D02526
Tints of Fire Engine Red #D02526
RGB
CMYK
RGB Variations
Color information
#D02526 (or 0xD02526) is known color: Fire Engine Red. HEX triplet: D0, 25 and 26. RGB value is (208,37,38). Sum of RGB (Red+Green+Blue) = 208+37+38=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D02526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02526 is #2FDAD9. Grayscale: #585858. Windows color (decimal): -3136218 or 2500048. OLE color: 2500048.
HSL color Cylindrical-coordinate representation of color #D02526: hue angle of 359.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02526 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 38 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.18 |
| HSL | 359.65º | 0.7% | 0.48% | - |
| HSV(B) | 359.65º | 0.82% | 0.82% | - |
| XYZ | 27.02 | 14.87 | 3.28 | - |
| YUV | 88.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 38 | 0 | 0.82 | 0.82 | 0.18 | 359.65 | 0.7 | 0.48 |
| Hex | D0 | 25 | 26 | 0 | 52 | 52 | 12 | 168 | 46 | 30 |
| Octal | 320 | 45 | 46 | 0 | 122 | 122 | 22 | 550 | 106 | 60 |
| Binary | 11010000 | 100101 | 100110 | 0 | 1010010 | 1010010 | 10010 | 101101000 | 1000110 | 110000 |
Color Harmonies of #D02526
Complementary color
Monochromatic Colors of #D02526
Black with #D02526
Text Example
Text Example
White with #D02526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02526; }
p { color: rgb(208,37,38); }
H1.HeaderClassName
{
color: #D02526;
}
.AnyTagClassName
{
color: #D02526;
}
</style>
background-color css
<style>
a { background-color: #D02526; }
a { background-color: rgb(208,37,38); }
div.DivClassName
{
background-color: #D02526;
}
.BgClassName
{
background-color: #D02526;
}
</style>
border-color css
<style>
span { border-color: #D02526; }
span { border-color: rgb(208,37,38); }
td.TdClassName
{
border-color: #D02526;
}
.TagClassName
{
border-color: #D02526;
}
</style>