Html Css Color HEX #D93A20 Harley Davidson Orange
📋 copy color: '#D93A20'red 217 ◦ green 58 ◦ blue 32
Shades of Harley Davidson Orange #D93A20
Tints of Harley Davidson Orange #D93A20
RGB
CMYK
RGB Variations
Color information
#D93A20 (or 0xD93A20) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 20. RGB value is (217,58,32). Sum of RGB (Red+Green+Blue) = 217+58+32=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A20 is #26C5DF. Grayscale: #666666. Windows color (decimal): -2541024 or 2112217. OLE color: 2112217.
HSL color Cylindrical-coordinate representation of color #D93A20: hue angle of 8.43º 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 #D93A20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.15 |
| HSL | 8.43º | 0.74% | 0.49% | - |
| HSV(B) | 8.43º | 0.85% | 0.85% | - |
| XYZ | 30.39 | 17.88 | 3.22 | - |
| YUV | 102.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 32 | 0 | 0.73 | 0.85 | 0.15 | 8.43 | 0.74 | 0.49 |
| Hex | D9 | 3A | 20 | 0 | 49 | 55 | F | 8 | 4A | 31 |
| Octal | 331 | 72 | 40 | 0 | 111 | 125 | 17 | 10 | 112 | 61 |
| Binary | 11011001 | 111010 | 100000 | 0 | 1001001 | 1010101 | 1111 | 1000 | 1001010 | 110001 |
Color Harmonies of #D93A20
Complementary color
Monochromatic Colors of #D93A20
Black with #D93A20
Text Example
Text Example
White with #D93A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A20; }
p { color: rgb(217,58,32); }
H1.HeaderClassName
{
color: #D93A20;
}
.AnyTagClassName
{
color: #D93A20;
}
</style>
background-color css
<style>
a { background-color: #D93A20; }
a { background-color: rgb(217,58,32); }
div.DivClassName
{
background-color: #D93A20;
}
.BgClassName
{
background-color: #D93A20;
}
</style>
border-color css
<style>
span { border-color: #D93A20; }
span { border-color: rgb(217,58,32); }
td.TdClassName
{
border-color: #D93A20;
}
.TagClassName
{
border-color: #D93A20;
}
</style>