Html Css Color HEX #D93A08 Harley Davidson Orange
📋 copy color: '#D93A08'red 217 ◦ green 58 ◦ blue 8
Shades of Harley Davidson Orange #D93A08
Tints of Harley Davidson Orange #D93A08
RGB
CMYK
RGB Variations
Color information
#D93A08 (or 0xD93A08) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 08. RGB value is (217,58,8). Sum of RGB (Red+Green+Blue) = 217+58+8=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A08 is #26C5F7. Grayscale: #646464. Windows color (decimal): -2541048 or 539353. OLE color: 539353.
HSL color Cylindrical-coordinate representation of color #D93A08: hue angle of 14.35º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D93A08 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.15 |
| HSL | 14.35º | 0.93% | 0.44% | - |
| HSV(B) | 14.35º | 0.96% | 0.85% | - |
| XYZ | 30.17 | 17.8 | 2.07 | - |
| YUV | 99.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 8 | 0 | 0.73 | 0.96 | 0.15 | 14.35 | 0.93 | 0.44 |
| Hex | D9 | 3A | 8 | 0 | 49 | 60 | F | E | 5D | 2C |
| Octal | 331 | 72 | 10 | 0 | 111 | 140 | 17 | 16 | 135 | 54 |
| Binary | 11011001 | 111010 | 1000 | 0 | 1001001 | 1100000 | 1111 | 1110 | 1011101 | 101100 |
Color Harmonies of #D93A08
Complementary color
Monochromatic Colors of #D93A08
Black with #D93A08
Text Example
Text Example
White with #D93A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A08; }
p { color: rgb(217,58,8); }
H1.HeaderClassName
{
color: #D93A08;
}
.AnyTagClassName
{
color: #D93A08;
}
</style>
background-color css
<style>
a { background-color: #D93A08; }
a { background-color: rgb(217,58,8); }
div.DivClassName
{
background-color: #D93A08;
}
.BgClassName
{
background-color: #D93A08;
}
</style>
border-color css
<style>
span { border-color: #D93A08; }
span { border-color: rgb(217,58,8); }
td.TdClassName
{
border-color: #D93A08;
}
.TagClassName
{
border-color: #D93A08;
}
</style>