Html Css Color HEX #D8200C Harley Davidson Orange
📋 copy color: '#D8200C'red 216 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #D8200C
Tints of Harley Davidson Orange #D8200C
RGB
CMYK
RGB Variations
Color information
#D8200C (or 0xD8200C) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 0C. RGB value is (216,32,12). Sum of RGB (Red+Green+Blue) = 216+32+12=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D8200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8200C is #27DFF3. Grayscale: #545454. Windows color (decimal): -2613236 or 794840. OLE color: 794840.
HSL color Cylindrical-coordinate representation of color #D8200C: hue angle of 5.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 #D8200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.15 |
| HSL | 5.88º | 0.89% | 0.45% | - |
| HSV(B) | 5.88º | 0.94% | 0.85% | - |
| XYZ | 28.9 | 15.66 | 1.85 | - |
| YUV | 84.74 | 86.96 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 12 | 0 | 0.85 | 0.94 | 0.15 | 5.88 | 0.89 | 0.45 |
| Hex | D8 | 20 | C | 0 | 55 | 5E | F | 6 | 59 | 2D |
| Octal | 330 | 40 | 14 | 0 | 125 | 136 | 17 | 6 | 131 | 55 |
| Binary | 11011000 | 100000 | 1100 | 0 | 1010101 | 1011110 | 1111 | 110 | 1011001 | 101101 |
Color Harmonies of #D8200C
Complementary color
Monochromatic Colors of #D8200C
Black with #D8200C
Text Example
Text Example
White with #D8200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8200C; }
p { color: rgb(216,32,12); }
H1.HeaderClassName
{
color: #D8200C;
}
.AnyTagClassName
{
color: #D8200C;
}
</style>
background-color css
<style>
a { background-color: #D8200C; }
a { background-color: rgb(216,32,12); }
div.DivClassName
{
background-color: #D8200C;
}
.BgClassName
{
background-color: #D8200C;
}
</style>
border-color css
<style>
span { border-color: #D8200C; }
span { border-color: rgb(216,32,12); }
td.TdClassName
{
border-color: #D8200C;
}
.TagClassName
{
border-color: #D8200C;
}
</style>