Html Css Color HEX #D23217 Harley Davidson Orange
📋 copy color: '#D23217'red 210 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #D23217
Tints of Harley Davidson Orange #D23217
RGB
CMYK
RGB Variations
Color information
#D23217 (or 0xD23217) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 17. RGB value is (210,50,23). Sum of RGB (Red+Green+Blue) = 210+50+23=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23217 is #2DCDE8. Grayscale: #5F5F5F. Windows color (decimal): -3001833 or 1520338. OLE color: 1520338.
HSL color Cylindrical-coordinate representation of color #D23217: hue angle of 8.66º 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 #D23217 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.18 |
| HSL | 8.66º | 0.8% | 0.46% | - |
| HSV(B) | 8.66º | 0.89% | 0.82% | - |
| XYZ | 27.87 | 16.04 | 2.44 | - |
| YUV | 94.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 23 | 0 | 0.76 | 0.89 | 0.18 | 8.66 | 0.8 | 0.46 |
| Hex | D2 | 32 | 17 | 0 | 4C | 59 | 12 | 9 | 50 | 2E |
| Octal | 322 | 62 | 27 | 0 | 114 | 131 | 22 | 11 | 120 | 56 |
| Binary | 11010010 | 110010 | 10111 | 0 | 1001100 | 1011001 | 10010 | 1001 | 1010000 | 101110 |
Color Harmonies of #D23217
Complementary color
Monochromatic Colors of #D23217
Black with #D23217
Text Example
Text Example
White with #D23217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23217; }
p { color: rgb(210,50,23); }
H1.HeaderClassName
{
color: #D23217;
}
.AnyTagClassName
{
color: #D23217;
}
</style>
background-color css
<style>
a { background-color: #D23217; }
a { background-color: rgb(210,50,23); }
div.DivClassName
{
background-color: #D23217;
}
.BgClassName
{
background-color: #D23217;
}
</style>
border-color css
<style>
span { border-color: #D23217; }
span { border-color: rgb(210,50,23); }
td.TdClassName
{
border-color: #D23217;
}
.TagClassName
{
border-color: #D23217;
}
</style>