Html Css Color HEX #D93D1A Harley Davidson Orange
📋 copy color: '#D93D1A'red 217 ◦ green 61 ◦ blue 26
Shades of Harley Davidson Orange #D93D1A
Tints of Harley Davidson Orange #D93D1A
RGB
CMYK
RGB Variations
Color information
#D93D1A (or 0xD93D1A) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 1A. RGB value is (217,61,26). Sum of RGB (Red+Green+Blue) = 217+61+26=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D1A is #26C2E5. Grayscale: #676767. Windows color (decimal): -2540262 or 1719769. OLE color: 1719769.
HSL color Cylindrical-coordinate representation of color #D93D1A: hue angle of 10.99º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D93D1A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 26 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.15 |
| HSL | 10.99º | 0.79% | 0.48% | - |
| HSV(B) | 10.99º | 0.88% | 0.85% | - |
| XYZ | 30.47 | 18.16 | 2.88 | - |
| YUV | 103.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 26 | 0 | 0.72 | 0.88 | 0.15 | 10.99 | 0.79 | 0.48 |
| Hex | D9 | 3D | 1A | 0 | 48 | 58 | F | B | 4F | 30 |
| Octal | 331 | 75 | 32 | 0 | 110 | 130 | 17 | 13 | 117 | 60 |
| Binary | 11011001 | 111101 | 11010 | 0 | 1001000 | 1011000 | 1111 | 1011 | 1001111 | 110000 |
Color Harmonies of #D93D1A
Complementary color
Monochromatic Colors of #D93D1A
Black with #D93D1A
Text Example
Text Example
White with #D93D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D1A; }
p { color: rgb(217,61,26); }
H1.HeaderClassName
{
color: #D93D1A;
}
.AnyTagClassName
{
color: #D93D1A;
}
</style>
background-color css
<style>
a { background-color: #D93D1A; }
a { background-color: rgb(217,61,26); }
div.DivClassName
{
background-color: #D93D1A;
}
.BgClassName
{
background-color: #D93D1A;
}
</style>
border-color css
<style>
span { border-color: #D93D1A; }
span { border-color: rgb(217,61,26); }
td.TdClassName
{
border-color: #D93D1A;
}
.TagClassName
{
border-color: #D93D1A;
}
</style>