Html Css Color HEX #D62008 Harley Davidson Orange
📋 copy color: '#D62008'red 214 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #D62008
Tints of Harley Davidson Orange #D62008
RGB
CMYK
RGB Variations
Color information
#D62008 (or 0xD62008) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 08. RGB value is (214,32,8). Sum of RGB (Red+Green+Blue) = 214+32+8=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D62008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62008 is #29DFF7. Grayscale: #535353. Windows color (decimal): -2744312 or 532694. OLE color: 532694.
HSL color Cylindrical-coordinate representation of color #D62008: hue angle of 6.99º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D62008 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.16 |
| HSL | 6.99º | 0.93% | 0.44% | - |
| HSV(B) | 6.99º | 0.96% | 0.84% | - |
| XYZ | 28.29 | 15.35 | 1.7 | - |
| YUV | 83.68 | 85.3 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 8 | 0 | 0.85 | 0.96 | 0.16 | 6.99 | 0.93 | 0.44 |
| Hex | D6 | 20 | 8 | 0 | 55 | 60 | 10 | 7 | 5D | 2C |
| Octal | 326 | 40 | 10 | 0 | 125 | 140 | 20 | 7 | 135 | 54 |
| Binary | 11010110 | 100000 | 1000 | 0 | 1010101 | 1100000 | 10000 | 111 | 1011101 | 101100 |
Color Harmonies of #D62008
Complementary color
Monochromatic Colors of #D62008
Black with #D62008
Text Example
Text Example
White with #D62008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62008; }
p { color: rgb(214,32,8); }
H1.HeaderClassName
{
color: #D62008;
}
.AnyTagClassName
{
color: #D62008;
}
</style>
background-color css
<style>
a { background-color: #D62008; }
a { background-color: rgb(214,32,8); }
div.DivClassName
{
background-color: #D62008;
}
.BgClassName
{
background-color: #D62008;
}
</style>
border-color css
<style>
span { border-color: #D62008; }
span { border-color: rgb(214,32,8); }
td.TdClassName
{
border-color: #D62008;
}
.TagClassName
{
border-color: #D62008;
}
</style>