Html Css Color HEX #D42917 Harley Davidson Orange
📋 copy color: '#D42917'red 212 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #D42917
Tints of Harley Davidson Orange #D42917
RGB
CMYK
RGB Variations
Color information
#D42917 (or 0xD42917) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 17. RGB value is (212,41,23). Sum of RGB (Red+Green+Blue) = 212+41+23=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D42917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42917 is #2BD6E8. Grayscale: #5A5A5A. Windows color (decimal): -2873065 or 1518036. OLE color: 1518036.
HSL color Cylindrical-coordinate representation of color #D42917: hue angle of 5.71º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D42917 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 23 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.17 |
| HSL | 5.71º | 0.8% | 0.46% | - |
| HSV(B) | 5.71º | 0.89% | 0.83% | - |
| XYZ | 28.1 | 15.64 | 2.35 | - |
| YUV | 90.08 | 90.15 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 23 | 0 | 0.81 | 0.89 | 0.17 | 5.71 | 0.8 | 0.46 |
| Hex | D4 | 29 | 17 | 0 | 51 | 59 | 11 | 6 | 50 | 2E |
| Octal | 324 | 51 | 27 | 0 | 121 | 131 | 21 | 6 | 120 | 56 |
| Binary | 11010100 | 101001 | 10111 | 0 | 1010001 | 1011001 | 10001 | 110 | 1010000 | 101110 |
Color Harmonies of #D42917
Complementary color
Monochromatic Colors of #D42917
Black with #D42917
Text Example
Text Example
White with #D42917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42917; }
p { color: rgb(212,41,23); }
H1.HeaderClassName
{
color: #D42917;
}
.AnyTagClassName
{
color: #D42917;
}
</style>
background-color css
<style>
a { background-color: #D42917; }
a { background-color: rgb(212,41,23); }
div.DivClassName
{
background-color: #D42917;
}
.BgClassName
{
background-color: #D42917;
}
</style>
border-color css
<style>
span { border-color: #D42917; }
span { border-color: rgb(212,41,23); }
td.TdClassName
{
border-color: #D42917;
}
.TagClassName
{
border-color: #D42917;
}
</style>