Html Css Color HEX #D93320 Harley Davidson Orange
📋 copy color: '#D93320'red 217 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #D93320
Tints of Harley Davidson Orange #D93320
RGB
CMYK
RGB Variations
Color information
#D93320 (or 0xD93320) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 20. RGB value is (217,51,32). Sum of RGB (Red+Green+Blue) = 217+51+32=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D93320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93320 is #26CCDF. Grayscale: #626262. Windows color (decimal): -2542816 or 2110425. OLE color: 2110425.
HSL color Cylindrical-coordinate representation of color #D93320: hue angle of 6.16º 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 #D93320 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.15 |
| HSL | 6.16º | 0.74% | 0.49% | - |
| HSV(B) | 6.16º | 0.85% | 0.85% | - |
| XYZ | 30.06 | 17.22 | 3.11 | - |
| YUV | 98.47 | 90.5 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 32 | 0 | 0.76 | 0.85 | 0.15 | 6.16 | 0.74 | 0.49 |
| Hex | D9 | 33 | 20 | 0 | 4C | 55 | F | 6 | 4A | 31 |
| Octal | 331 | 63 | 40 | 0 | 114 | 125 | 17 | 6 | 112 | 61 |
| Binary | 11011001 | 110011 | 100000 | 0 | 1001100 | 1010101 | 1111 | 110 | 1001010 | 110001 |
Color Harmonies of #D93320
Complementary color
Monochromatic Colors of #D93320
Black with #D93320
Text Example
Text Example
White with #D93320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93320; }
p { color: rgb(217,51,32); }
H1.HeaderClassName
{
color: #D93320;
}
.AnyTagClassName
{
color: #D93320;
}
</style>
background-color css
<style>
a { background-color: #D93320; }
a { background-color: rgb(217,51,32); }
div.DivClassName
{
background-color: #D93320;
}
.BgClassName
{
background-color: #D93320;
}
</style>
border-color css
<style>
span { border-color: #D93320; }
span { border-color: rgb(217,51,32); }
td.TdClassName
{
border-color: #D93320;
}
.TagClassName
{
border-color: #D93320;
}
</style>