Html Css Color HEX #D62917 Harley Davidson Orange
📋 copy color: '#D62917'red 214 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #D62917
Tints of Harley Davidson Orange #D62917
RGB
CMYK
RGB Variations
Color information
#D62917 (or 0xD62917) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 17. RGB value is (214,41,23). Sum of RGB (Red+Green+Blue) = 214+41+23=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D62917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62917 is #29D6E8. Grayscale: #5A5A5A. Windows color (decimal): -2741993 or 1518038. OLE color: 1518038.
HSL color Cylindrical-coordinate representation of color #D62917: hue angle of 5.65º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D62917 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 23 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.16 |
| HSL | 5.65º | 0.81% | 0.46% | - |
| HSV(B) | 5.65º | 0.89% | 0.84% | - |
| XYZ | 28.68 | 15.94 | 2.38 | - |
| YUV | 90.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 23 | 0 | 0.81 | 0.89 | 0.16 | 5.65 | 0.81 | 0.46 |
| Hex | D6 | 29 | 17 | 0 | 51 | 59 | 10 | 6 | 51 | 2E |
| Octal | 326 | 51 | 27 | 0 | 121 | 131 | 20 | 6 | 121 | 56 |
| Binary | 11010110 | 101001 | 10111 | 0 | 1010001 | 1011001 | 10000 | 110 | 1010001 | 101110 |
Color Harmonies of #D62917
Complementary color
Monochromatic Colors of #D62917
Black with #D62917
Text Example
Text Example
White with #D62917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62917; }
p { color: rgb(214,41,23); }
H1.HeaderClassName
{
color: #D62917;
}
.AnyTagClassName
{
color: #D62917;
}
</style>
background-color css
<style>
a { background-color: #D62917; }
a { background-color: rgb(214,41,23); }
div.DivClassName
{
background-color: #D62917;
}
.BgClassName
{
background-color: #D62917;
}
</style>
border-color css
<style>
span { border-color: #D62917; }
span { border-color: rgb(214,41,23); }
td.TdClassName
{
border-color: #D62917;
}
.TagClassName
{
border-color: #D62917;
}
</style>