Html Css Color HEX #D23917 Harley Davidson Orange
📋 copy color: '#D23917'red 210 ◦ green 57 ◦ blue 23
Shades of Harley Davidson Orange #D23917
Tints of Harley Davidson Orange #D23917
RGB
CMYK
RGB Variations
Color information
#D23917 (or 0xD23917) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 17. RGB value is (210,57,23). Sum of RGB (Red+Green+Blue) = 210+57+23=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D23917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23917 is #2DC6E8. Grayscale: #636363. Windows color (decimal): -3000041 or 1522130. OLE color: 1522130.
HSL color Cylindrical-coordinate representation of color #D23917: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D23917 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 23 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.18 |
| HSL | 10.91º | 0.8% | 0.46% | - |
| HSV(B) | 10.91º | 0.89% | 0.82% | - |
| XYZ | 28.2 | 16.69 | 2.55 | - |
| YUV | 98.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 23 | 0 | 0.73 | 0.89 | 0.18 | 10.91 | 0.8 | 0.46 |
| Hex | D2 | 39 | 17 | 0 | 49 | 59 | 12 | B | 50 | 2E |
| Octal | 322 | 71 | 27 | 0 | 111 | 131 | 22 | 13 | 120 | 56 |
| Binary | 11010010 | 111001 | 10111 | 0 | 1001001 | 1011001 | 10010 | 1011 | 1010000 | 101110 |
Color Harmonies of #D23917
Complementary color
Monochromatic Colors of #D23917
Black with #D23917
Text Example
Text Example
White with #D23917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23917; }
p { color: rgb(210,57,23); }
H1.HeaderClassName
{
color: #D23917;
}
.AnyTagClassName
{
color: #D23917;
}
</style>
background-color css
<style>
a { background-color: #D23917; }
a { background-color: rgb(210,57,23); }
div.DivClassName
{
background-color: #D23917;
}
.BgClassName
{
background-color: #D23917;
}
</style>
border-color css
<style>
span { border-color: #D23917; }
span { border-color: rgb(210,57,23); }
td.TdClassName
{
border-color: #D23917;
}
.TagClassName
{
border-color: #D23917;
}
</style>