Html Css Color HEX #D93913 Harley Davidson Orange
📋 copy color: '#D93913'red 217 ◦ green 57 ◦ blue 19
Shades of Harley Davidson Orange #D93913
Tints of Harley Davidson Orange #D93913
RGB
CMYK
RGB Variations
Color information
#D93913 (or 0xD93913) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 13. RGB value is (217,57,19). Sum of RGB (Red+Green+Blue) = 217+57+19=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D93913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93913 is #26C6EC. Grayscale: #646464. Windows color (decimal): -2541293 or 1259993. OLE color: 1259993.
HSL color Cylindrical-coordinate representation of color #D93913: hue angle of 11.52º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D93913 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.15 |
| HSL | 11.52º | 0.84% | 0.46% | - |
| HSV(B) | 11.52º | 0.91% | 0.85% | - |
| XYZ | 30.2 | 17.72 | 2.45 | - |
| YUV | 100.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 19 | 0 | 0.74 | 0.91 | 0.15 | 11.52 | 0.84 | 0.46 |
| Hex | D9 | 39 | 13 | 0 | 4A | 5B | F | C | 54 | 2E |
| Octal | 331 | 71 | 23 | 0 | 112 | 133 | 17 | 14 | 124 | 56 |
| Binary | 11011001 | 111001 | 10011 | 0 | 1001010 | 1011011 | 1111 | 1100 | 1010100 | 101110 |
Color Harmonies of #D93913
Complementary color
Monochromatic Colors of #D93913
Black with #D93913
Text Example
Text Example
White with #D93913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93913; }
p { color: rgb(217,57,19); }
H1.HeaderClassName
{
color: #D93913;
}
.AnyTagClassName
{
color: #D93913;
}
</style>
background-color css
<style>
a { background-color: #D93913; }
a { background-color: rgb(217,57,19); }
div.DivClassName
{
background-color: #D93913;
}
.BgClassName
{
background-color: #D93913;
}
</style>
border-color css
<style>
span { border-color: #D93913; }
span { border-color: rgb(217,57,19); }
td.TdClassName
{
border-color: #D93913;
}
.TagClassName
{
border-color: #D93913;
}
</style>