Html Css Color HEX #D93D08 Harley Davidson Orange
📋 copy color: '#D93D08'red 217 ◦ green 61 ◦ blue 8
Shades of Harley Davidson Orange #D93D08
Tints of Harley Davidson Orange #D93D08
RGB
CMYK
RGB Variations
Color information
#D93D08 (or 0xD93D08) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 08. RGB value is (217,61,8). Sum of RGB (Red+Green+Blue) = 217+61+8=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D08 is #26C2F7. Grayscale: #656565. Windows color (decimal): -2540280 or 540121. OLE color: 540121.
HSL color Cylindrical-coordinate representation of color #D93D08: hue angle of 15.22º 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 #D93D08 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.15 |
| HSL | 15.22º | 0.93% | 0.44% | - |
| HSV(B) | 15.22º | 0.96% | 0.85% | - |
| XYZ | 30.33 | 18.11 | 2.13 | - |
| YUV | 101.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 8 | 0 | 0.72 | 0.96 | 0.15 | 15.22 | 0.93 | 0.44 |
| Hex | D9 | 3D | 8 | 0 | 48 | 60 | F | F | 5D | 2C |
| Octal | 331 | 75 | 10 | 0 | 110 | 140 | 17 | 17 | 135 | 54 |
| Binary | 11011001 | 111101 | 1000 | 0 | 1001000 | 1100000 | 1111 | 1111 | 1011101 | 101100 |
Color Harmonies of #D93D08
Complementary color
Monochromatic Colors of #D93D08
Black with #D93D08
Text Example
Text Example
White with #D93D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D08; }
p { color: rgb(217,61,8); }
H1.HeaderClassName
{
color: #D93D08;
}
.AnyTagClassName
{
color: #D93D08;
}
</style>
background-color css
<style>
a { background-color: #D93D08; }
a { background-color: rgb(217,61,8); }
div.DivClassName
{
background-color: #D93D08;
}
.BgClassName
{
background-color: #D93D08;
}
</style>
border-color css
<style>
span { border-color: #D93D08; }
span { border-color: rgb(217,61,8); }
td.TdClassName
{
border-color: #D93D08;
}
.TagClassName
{
border-color: #D93D08;
}
</style>