Html Css Color HEX #D93815 Harley Davidson Orange
📋 copy color: '#D93815'red 217 ◦ green 56 ◦ blue 21
Shades of Harley Davidson Orange #D93815
Tints of Harley Davidson Orange #D93815
RGB
CMYK
RGB Variations
Color information
#D93815 (or 0xD93815) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 15. RGB value is (217,56,21). Sum of RGB (Red+Green+Blue) = 217+56+21=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D93815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93815 is #26C7EA. Grayscale: #646464. Windows color (decimal): -2541547 or 1390809. OLE color: 1390809.
HSL color Cylindrical-coordinate representation of color #D93815: hue angle of 10.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D93815 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.15 |
| HSL | 10.71º | 0.82% | 0.47% | - |
| HSV(B) | 10.71º | 0.9% | 0.85% | - |
| XYZ | 30.16 | 17.63 | 2.52 | - |
| YUV | 100.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 21 | 0 | 0.74 | 0.90 | 0.15 | 10.71 | 0.82 | 0.47 |
| Hex | D9 | 38 | 15 | 0 | 4A | 5A | F | B | 52 | 2F |
| Octal | 331 | 70 | 25 | 0 | 112 | 132 | 17 | 13 | 122 | 57 |
| Binary | 11011001 | 111000 | 10101 | 0 | 1001010 | 1011010 | 1111 | 1011 | 1010010 | 101111 |
Color Harmonies of #D93815
Complementary color
Monochromatic Colors of #D93815
Black with #D93815
Text Example
Text Example
White with #D93815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93815; }
p { color: rgb(217,56,21); }
H1.HeaderClassName
{
color: #D93815;
}
.AnyTagClassName
{
color: #D93815;
}
</style>
background-color css
<style>
a { background-color: #D93815; }
a { background-color: rgb(217,56,21); }
div.DivClassName
{
background-color: #D93815;
}
.BgClassName
{
background-color: #D93815;
}
</style>
border-color css
<style>
span { border-color: #D93815; }
span { border-color: rgb(217,56,21); }
td.TdClassName
{
border-color: #D93815;
}
.TagClassName
{
border-color: #D93815;
}
</style>