Html Css Color HEX #D94213 Harley Davidson Orange
📋 copy color: '#D94213'red 217 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #D94213
Tints of Harley Davidson Orange #D94213
RGB
CMYK
RGB Variations
Color information
#D94213 (or 0xD94213) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 13. RGB value is (217,66,19). Sum of RGB (Red+Green+Blue) = 217+66+19=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D94213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94213 is #26BDEC. Grayscale: #6A6A6A. Windows color (decimal): -2538989 or 1262297. OLE color: 1262297.
HSL color Cylindrical-coordinate representation of color #D94213: hue angle of 14.24º 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 #D94213 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.15 |
| HSL | 14.24º | 0.84% | 0.46% | - |
| HSV(B) | 14.24º | 0.91% | 0.85% | - |
| XYZ | 30.68 | 18.7 | 2.61 | - |
| YUV | 105.79 | 79.03 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 19 | 0 | 0.70 | 0.91 | 0.15 | 14.24 | 0.84 | 0.46 |
| Hex | D9 | 42 | 13 | 0 | 46 | 5B | F | E | 54 | 2E |
| Octal | 331 | 102 | 23 | 0 | 106 | 133 | 17 | 16 | 124 | 56 |
| Binary | 11011001 | 1000010 | 10011 | 0 | 1000110 | 1011011 | 1111 | 1110 | 1010100 | 101110 |
Color Harmonies of #D94213
Complementary color
Monochromatic Colors of #D94213
Black with #D94213
Text Example
Text Example
White with #D94213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94213; }
p { color: rgb(217,66,19); }
H1.HeaderClassName
{
color: #D94213;
}
.AnyTagClassName
{
color: #D94213;
}
</style>
background-color css
<style>
a { background-color: #D94213; }
a { background-color: rgb(217,66,19); }
div.DivClassName
{
background-color: #D94213;
}
.BgClassName
{
background-color: #D94213;
}
</style>
border-color css
<style>
span { border-color: #D94213; }
span { border-color: rgb(217,66,19); }
td.TdClassName
{
border-color: #D94213;
}
.TagClassName
{
border-color: #D94213;
}
</style>