Html Css Color HEX #D8420C Harley Davidson Orange
📋 copy color: '#D8420C'red 216 ◦ green 66 ◦ blue 12
Shades of Harley Davidson Orange #D8420C
Tints of Harley Davidson Orange #D8420C
RGB
CMYK
RGB Variations
Color information
#D8420C (or 0xD8420C) is known color: Harley Davidson Orange. HEX triplet: D8, 42 and 0C. RGB value is (216,66,12). Sum of RGB (Red+Green+Blue) = 216+66+12=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8420C is #27BDF3. Grayscale: #696969. Windows color (decimal): -2604532 or 803544. OLE color: 803544.
HSL color Cylindrical-coordinate representation of color #D8420C: hue angle of 15.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8420C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.15 |
| HSL | 15.88º | 0.89% | 0.45% | - |
| HSV(B) | 15.88º | 0.94% | 0.85% | - |
| XYZ | 30.33 | 18.52 | 2.32 | - |
| YUV | 104.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 12 | 0 | 0.69 | 0.94 | 0.15 | 15.88 | 0.89 | 0.45 |
| Hex | D8 | 42 | C | 0 | 45 | 5E | F | 10 | 59 | 2D |
| Octal | 330 | 102 | 14 | 0 | 105 | 136 | 17 | 20 | 131 | 55 |
| Binary | 11011000 | 1000010 | 1100 | 0 | 1000101 | 1011110 | 1111 | 10000 | 1011001 | 101101 |
Color Harmonies of #D8420C
Complementary color
Monochromatic Colors of #D8420C
Black with #D8420C
Text Example
Text Example
White with #D8420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8420C; }
p { color: rgb(216,66,12); }
H1.HeaderClassName
{
color: #D8420C;
}
.AnyTagClassName
{
color: #D8420C;
}
</style>
background-color css
<style>
a { background-color: #D8420C; }
a { background-color: rgb(216,66,12); }
div.DivClassName
{
background-color: #D8420C;
}
.BgClassName
{
background-color: #D8420C;
}
</style>
border-color css
<style>
span { border-color: #D8420C; }
span { border-color: rgb(216,66,12); }
td.TdClassName
{
border-color: #D8420C;
}
.TagClassName
{
border-color: #D8420C;
}
</style>