Html Css Color HEX #D93512 Harley Davidson Orange
📋 copy color: '#D93512'red 217 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #D93512
Tints of Harley Davidson Orange #D93512
RGB
CMYK
RGB Variations
Color information
#D93512 (or 0xD93512) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 12. RGB value is (217,53,18). Sum of RGB (Red+Green+Blue) = 217+53+18=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D93512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93512 is #26CAED. Grayscale: #626262. Windows color (decimal): -2542318 or 1193433. OLE color: 1193433.
HSL color Cylindrical-coordinate representation of color #D93512: hue angle of 10.55º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D93512 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.15 |
| HSL | 10.55º | 0.85% | 0.46% | - |
| HSV(B) | 10.55º | 0.92% | 0.85% | - |
| XYZ | 30 | 17.34 | 2.34 | - |
| YUV | 98.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 18 | 0 | 0.76 | 0.92 | 0.15 | 10.55 | 0.85 | 0.46 |
| Hex | D9 | 35 | 12 | 0 | 4C | 5C | F | B | 55 | 2E |
| Octal | 331 | 65 | 22 | 0 | 114 | 134 | 17 | 13 | 125 | 56 |
| Binary | 11011001 | 110101 | 10010 | 0 | 1001100 | 1011100 | 1111 | 1011 | 1010101 | 101110 |
Color Harmonies of #D93512
Complementary color
Monochromatic Colors of #D93512
Black with #D93512
Text Example
Text Example
White with #D93512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93512; }
p { color: rgb(217,53,18); }
H1.HeaderClassName
{
color: #D93512;
}
.AnyTagClassName
{
color: #D93512;
}
</style>
background-color css
<style>
a { background-color: #D93512; }
a { background-color: rgb(217,53,18); }
div.DivClassName
{
background-color: #D93512;
}
.BgClassName
{
background-color: #D93512;
}
</style>
border-color css
<style>
span { border-color: #D93512; }
span { border-color: rgb(217,53,18); }
td.TdClassName
{
border-color: #D93512;
}
.TagClassName
{
border-color: #D93512;
}
</style>