Html Css Color HEX #D23717 Harley Davidson Orange
📋 copy color: '#D23717'red 210 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #D23717
Tints of Harley Davidson Orange #D23717
RGB
CMYK
RGB Variations
Color information
#D23717 (or 0xD23717) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 17. RGB value is (210,55,23). Sum of RGB (Red+Green+Blue) = 210+55+23=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D23717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23717 is #2DC8E8. Grayscale: #616161. Windows color (decimal): -3000553 or 1521618. OLE color: 1521618.
HSL color Cylindrical-coordinate representation of color #D23717: hue angle of 10.27º 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 #D23717 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.18 |
| HSL | 10.27º | 0.8% | 0.46% | - |
| HSV(B) | 10.27º | 0.89% | 0.82% | - |
| XYZ | 28.1 | 16.5 | 2.51 | - |
| YUV | 97.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 23 | 0 | 0.74 | 0.89 | 0.18 | 10.27 | 0.8 | 0.46 |
| Hex | D2 | 37 | 17 | 0 | 4A | 59 | 12 | A | 50 | 2E |
| Octal | 322 | 67 | 27 | 0 | 112 | 131 | 22 | 12 | 120 | 56 |
| Binary | 11010010 | 110111 | 10111 | 0 | 1001010 | 1011001 | 10010 | 1010 | 1010000 | 101110 |
Color Harmonies of #D23717
Complementary color
Monochromatic Colors of #D23717
Black with #D23717
Text Example
Text Example
White with #D23717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23717; }
p { color: rgb(210,55,23); }
H1.HeaderClassName
{
color: #D23717;
}
.AnyTagClassName
{
color: #D23717;
}
</style>
background-color css
<style>
a { background-color: #D23717; }
a { background-color: rgb(210,55,23); }
div.DivClassName
{
background-color: #D23717;
}
.BgClassName
{
background-color: #D23717;
}
</style>
border-color css
<style>
span { border-color: #D23717; }
span { border-color: rgb(210,55,23); }
td.TdClassName
{
border-color: #D23717;
}
.TagClassName
{
border-color: #D23717;
}
</style>