Html Css Color HEX #D93F20 Harley Davidson Orange
📋 copy color: '#D93F20'red 217 ◦ green 63 ◦ blue 32
Shades of Harley Davidson Orange #D93F20
Tints of Harley Davidson Orange #D93F20
RGB
CMYK
RGB Variations
Color information
#D93F20 (or 0xD93F20) is known color: Harley Davidson Orange. HEX triplet: D9, 3F and 20. RGB value is (217,63,32). Sum of RGB (Red+Green+Blue) = 217+63+32=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F20 is #26C0DF. Grayscale: #696969. Windows color (decimal): -2539744 or 2113497. OLE color: 2113497.
HSL color Cylindrical-coordinate representation of color #D93F20: hue angle of 10.05º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D93F20 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 32 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.15 |
| HSL | 10.05º | 0.74% | 0.49% | - |
| HSV(B) | 10.05º | 0.85% | 0.85% | - |
| XYZ | 30.65 | 18.41 | 3.3 | - |
| YUV | 105.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 32 | 0 | 0.71 | 0.85 | 0.15 | 10.05 | 0.74 | 0.49 |
| Hex | D9 | 3F | 20 | 0 | 47 | 55 | F | A | 4A | 31 |
| Octal | 331 | 77 | 40 | 0 | 107 | 125 | 17 | 12 | 112 | 61 |
| Binary | 11011001 | 111111 | 100000 | 0 | 1000111 | 1010101 | 1111 | 1010 | 1001010 | 110001 |
Color Harmonies of #D93F20
Complementary color
Monochromatic Colors of #D93F20
Black with #D93F20
Text Example
Text Example
White with #D93F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F20; }
p { color: rgb(217,63,32); }
H1.HeaderClassName
{
color: #D93F20;
}
.AnyTagClassName
{
color: #D93F20;
}
</style>
background-color css
<style>
a { background-color: #D93F20; }
a { background-color: rgb(217,63,32); }
div.DivClassName
{
background-color: #D93F20;
}
.BgClassName
{
background-color: #D93F20;
}
</style>
border-color css
<style>
span { border-color: #D93F20; }
span { border-color: rgb(217,63,32); }
td.TdClassName
{
border-color: #D93F20;
}
.TagClassName
{
border-color: #D93F20;
}
</style>