Shades of Fire Engine Red #D10529
Tints of Fire Engine Red #D10529
RGB
CMYK
RGB Variations
Color information
#D10529 (or 0xD10529) is known color: Fire Engine Red. HEX triplet: D1, 05 and 29. RGB value is (209,5,41). Sum of RGB (Red+Green+Blue) = 209+5+41=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D10529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10529 is #2EFAD6. Grayscale: #464646. Windows color (decimal): -3078871 or 2688465. OLE color: 2688465.
HSL color Cylindrical-coordinate representation of color #D10529: hue angle of 349.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10529 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.18 |
| HSL | 349.41º | 0.95% | 0.42% | - |
| HSV(B) | 349.41º | 0.98% | 0.82% | - |
| XYZ | 26.75 | 13.82 | 3.36 | - |
| YUV | 70.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 41 | 0 | 0.98 | 0.80 | 0.18 | 349.41 | 0.95 | 0.42 |
| Hex | D1 | 5 | 29 | 0 | 62 | 50 | 12 | 15D | 5F | 2A |
| Octal | 321 | 5 | 51 | 0 | 142 | 120 | 22 | 535 | 137 | 52 |
| Binary | 11010001 | 101 | 101001 | 0 | 1100010 | 1010000 | 10010 | 101011101 | 1011111 | 101010 |
Color Harmonies of #D10529
Complementary color
Monochromatic Colors of #D10529
Black with #D10529
Text Example
Text Example
White with #D10529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10529; }
p { color: rgb(209,5,41); }
H1.HeaderClassName
{
color: #D10529;
}
.AnyTagClassName
{
color: #D10529;
}
</style>
background-color css
<style>
a { background-color: #D10529; }
a { background-color: rgb(209,5,41); }
div.DivClassName
{
background-color: #D10529;
}
.BgClassName
{
background-color: #D10529;
}
</style>
border-color css
<style>
span { border-color: #D10529; }
span { border-color: rgb(209,5,41); }
td.TdClassName
{
border-color: #D10529;
}
.TagClassName
{
border-color: #D10529;
}
</style>