Html Css Color HEX #D21911 Harley Davidson Orange
📋 copy color: '#D21911'red 210 ◦ green 25 ◦ blue 17
Shades of Harley Davidson Orange #D21911
Tints of Harley Davidson Orange #D21911
RGB
CMYK
RGB Variations
Color information
#D21911 (or 0xD21911) is known color: Harley Davidson Orange. HEX triplet: D2, 19 and 11. RGB value is (210,25,17). Sum of RGB (Red+Green+Blue) = 210+25+17=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D21911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21911 is #2DE6EE. Grayscale: #4F4F4F. Windows color (decimal): -3008239 or 1120722. OLE color: 1120722.
HSL color Cylindrical-coordinate representation of color #D21911: hue angle of 2.49º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21911 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.18 |
| HSL | 2.49º | 0.85% | 0.45% | - |
| HSV(B) | 2.49º | 0.92% | 0.82% | - |
| XYZ | 27.03 | 14.44 | 1.89 | - |
| YUV | 79.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 17 | 0 | 0.88 | 0.92 | 0.18 | 2.49 | 0.85 | 0.45 |
| Hex | D2 | 19 | 11 | 0 | 58 | 5C | 12 | 2 | 55 | 2D |
| Octal | 322 | 31 | 21 | 0 | 130 | 134 | 22 | 2 | 125 | 55 |
| Binary | 11010010 | 11001 | 10001 | 0 | 1011000 | 1011100 | 10010 | 10 | 1010101 | 101101 |
Color Harmonies of #D21911
Complementary color
Monochromatic Colors of #D21911
Black with #D21911
Text Example
Text Example
White with #D21911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21911; }
p { color: rgb(210,25,17); }
H1.HeaderClassName
{
color: #D21911;
}
.AnyTagClassName
{
color: #D21911;
}
</style>
background-color css
<style>
a { background-color: #D21911; }
a { background-color: rgb(210,25,17); }
div.DivClassName
{
background-color: #D21911;
}
.BgClassName
{
background-color: #D21911;
}
</style>
border-color css
<style>
span { border-color: #D21911; }
span { border-color: rgb(210,25,17); }
td.TdClassName
{
border-color: #D21911;
}
.TagClassName
{
border-color: #D21911;
}
</style>