Html Css Color HEX #D93312 Harley Davidson Orange
📋 copy color: '#D93312'red 217 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #D93312
Tints of Harley Davidson Orange #D93312
RGB
CMYK
RGB Variations
Color information
#D93312 (or 0xD93312) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 12. RGB value is (217,51,18). Sum of RGB (Red+Green+Blue) = 217+51+18=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D93312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93312 is #26CCED. Grayscale: #616161. Windows color (decimal): -2542830 or 1192921. OLE color: 1192921.
HSL color Cylindrical-coordinate representation of color #D93312: hue angle of 9.95º 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 #D93312 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.15 |
| HSL | 9.95º | 0.85% | 0.46% | - |
| HSV(B) | 9.95º | 0.92% | 0.85% | - |
| XYZ | 29.91 | 17.16 | 2.31 | - |
| YUV | 96.87 | 83.5 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 18 | 0 | 0.76 | 0.92 | 0.15 | 9.95 | 0.85 | 0.46 |
| Hex | D9 | 33 | 12 | 0 | 4C | 5C | F | A | 55 | 2E |
| Octal | 331 | 63 | 22 | 0 | 114 | 134 | 17 | 12 | 125 | 56 |
| Binary | 11011001 | 110011 | 10010 | 0 | 1001100 | 1011100 | 1111 | 1010 | 1010101 | 101110 |
Color Harmonies of #D93312
Complementary color
Monochromatic Colors of #D93312
Black with #D93312
Text Example
Text Example
White with #D93312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93312; }
p { color: rgb(217,51,18); }
H1.HeaderClassName
{
color: #D93312;
}
.AnyTagClassName
{
color: #D93312;
}
</style>
background-color css
<style>
a { background-color: #D93312; }
a { background-color: rgb(217,51,18); }
div.DivClassName
{
background-color: #D93312;
}
.BgClassName
{
background-color: #D93312;
}
</style>
border-color css
<style>
span { border-color: #D93312; }
span { border-color: rgb(217,51,18); }
td.TdClassName
{
border-color: #D93312;
}
.TagClassName
{
border-color: #D93312;
}
</style>