Html Css Color HEX #D41C17 Harley Davidson Orange
📋 copy color: '#D41C17'red 212 ◦ green 28 ◦ blue 23
Shades of Harley Davidson Orange #D41C17
Tints of Harley Davidson Orange #D41C17
RGB
CMYK
RGB Variations
Color information
#D41C17 (or 0xD41C17) is known color: Harley Davidson Orange. HEX triplet: D4, 1C and 17. RGB value is (212,28,23). Sum of RGB (Red+Green+Blue) = 212+28+23=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41C17 is #2BE3E8. Grayscale: #525252. Windows color (decimal): -2876393 or 1514708. OLE color: 1514708.
HSL color Cylindrical-coordinate representation of color #D41C17: hue angle of 1.59º 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 #D41C17 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 23 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.17 |
| HSL | 1.59º | 0.8% | 0.46% | - |
| HSV(B) | 1.59º | 0.89% | 0.83% | - |
| XYZ | 27.72 | 14.89 | 2.22 | - |
| YUV | 82.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 23 | 0 | 0.87 | 0.89 | 0.17 | 1.59 | 0.8 | 0.46 |
| Hex | D4 | 1C | 17 | 0 | 57 | 59 | 11 | 2 | 50 | 2E |
| Octal | 324 | 34 | 27 | 0 | 127 | 131 | 21 | 2 | 120 | 56 |
| Binary | 11010100 | 11100 | 10111 | 0 | 1010111 | 1011001 | 10001 | 10 | 1010000 | 101110 |
Color Harmonies of #D41C17
Complementary color
Monochromatic Colors of #D41C17
Black with #D41C17
Text Example
Text Example
White with #D41C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41C17; }
p { color: rgb(212,28,23); }
H1.HeaderClassName
{
color: #D41C17;
}
.AnyTagClassName
{
color: #D41C17;
}
</style>
background-color css
<style>
a { background-color: #D41C17; }
a { background-color: rgb(212,28,23); }
div.DivClassName
{
background-color: #D41C17;
}
.BgClassName
{
background-color: #D41C17;
}
</style>
border-color css
<style>
span { border-color: #D41C17; }
span { border-color: rgb(212,28,23); }
td.TdClassName
{
border-color: #D41C17;
}
.TagClassName
{
border-color: #D41C17;
}
</style>