Html Css Color HEX #D93020 Harley Davidson Orange
📋 copy color: '#D93020'red 217 ◦ green 48 ◦ blue 32
Shades of Harley Davidson Orange #D93020
Tints of Harley Davidson Orange #D93020
RGB
CMYK
RGB Variations
Color information
#D93020 (or 0xD93020) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 20. RGB value is (217,48,32). Sum of RGB (Red+Green+Blue) = 217+48+32=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D93020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93020 is #26CFDF. Grayscale: #606060. Windows color (decimal): -2543584 or 2109657. OLE color: 2109657.
HSL color Cylindrical-coordinate representation of color #D93020: hue angle of 5.19º 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 #D93020 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 32 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.15 |
| HSL | 5.19º | 0.74% | 0.49% | - |
| HSV(B) | 5.19º | 0.85% | 0.85% | - |
| XYZ | 29.93 | 16.97 | 3.06 | - |
| YUV | 96.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 32 | 0 | 0.78 | 0.85 | 0.15 | 5.19 | 0.74 | 0.49 |
| Hex | D9 | 30 | 20 | 0 | 4E | 55 | F | 5 | 4A | 31 |
| Octal | 331 | 60 | 40 | 0 | 116 | 125 | 17 | 5 | 112 | 61 |
| Binary | 11011001 | 110000 | 100000 | 0 | 1001110 | 1010101 | 1111 | 101 | 1001010 | 110001 |
Color Harmonies of #D93020
Complementary color
Monochromatic Colors of #D93020
Black with #D93020
Text Example
Text Example
White with #D93020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93020; }
p { color: rgb(217,48,32); }
H1.HeaderClassName
{
color: #D93020;
}
.AnyTagClassName
{
color: #D93020;
}
</style>
background-color css
<style>
a { background-color: #D93020; }
a { background-color: rgb(217,48,32); }
div.DivClassName
{
background-color: #D93020;
}
.BgClassName
{
background-color: #D93020;
}
</style>
border-color css
<style>
span { border-color: #D93020; }
span { border-color: rgb(217,48,32); }
td.TdClassName
{
border-color: #D93020;
}
.TagClassName
{
border-color: #D93020;
}
</style>