Html Css Color HEX #D93A05 Harley Davidson Orange
📋 copy color: '#D93A05'red 217 ◦ green 58 ◦ blue 5
Shades of Harley Davidson Orange #D93A05
Tints of Harley Davidson Orange #D93A05
RGB
CMYK
RGB Variations
Color information
#D93A05 (or 0xD93A05) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 05. RGB value is (217,58,5). Sum of RGB (Red+Green+Blue) = 217+58+5=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A05 is #26C5FA. Grayscale: #636363. Windows color (decimal): -2541051 or 342745. OLE color: 342745.
HSL color Cylindrical-coordinate representation of color #D93A05: hue angle of 15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D93A05 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.15 |
| HSL | 15º | 0.95% | 0.44% | - |
| HSV(B) | 15º | 0.98% | 0.85% | - |
| XYZ | 30.16 | 17.79 | 1.99 | - |
| YUV | 99.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 5 | 0 | 0.73 | 0.98 | 0.15 | 15 | 0.95 | 0.44 |
| Hex | D9 | 3A | 5 | 0 | 49 | 62 | F | F | 5F | 2C |
| Octal | 331 | 72 | 5 | 0 | 111 | 142 | 17 | 17 | 137 | 54 |
| Binary | 11011001 | 111010 | 101 | 0 | 1001001 | 1100010 | 1111 | 1111 | 1011111 | 101100 |
Color Harmonies of #D93A05
Complementary color
Monochromatic Colors of #D93A05
Black with #D93A05
Text Example
Text Example
White with #D93A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A05; }
p { color: rgb(217,58,5); }
H1.HeaderClassName
{
color: #D93A05;
}
.AnyTagClassName
{
color: #D93A05;
}
</style>
background-color css
<style>
a { background-color: #D93A05; }
a { background-color: rgb(217,58,5); }
div.DivClassName
{
background-color: #D93A05;
}
.BgClassName
{
background-color: #D93A05;
}
</style>
border-color css
<style>
span { border-color: #D93A05; }
span { border-color: rgb(217,58,5); }
td.TdClassName
{
border-color: #D93A05;
}
.TagClassName
{
border-color: #D93A05;
}
</style>