Html Css Color HEX #D62408 Harley Davidson Orange
📋 copy color: '#D62408'red 214 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #D62408
Tints of Harley Davidson Orange #D62408
RGB
CMYK
RGB Variations
Color information
#D62408 (or 0xD62408) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 08. RGB value is (214,36,8). Sum of RGB (Red+Green+Blue) = 214+36+8=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D62408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62408 is #29DBF7. Grayscale: #565656. Windows color (decimal): -2743288 or 533718. OLE color: 533718.
HSL color Cylindrical-coordinate representation of color #D62408: hue angle of 8.16º 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 #D62408 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.16 |
| HSL | 8.16º | 0.93% | 0.44% | - |
| HSV(B) | 8.16º | 0.96% | 0.84% | - |
| XYZ | 28.41 | 15.58 | 1.74 | - |
| YUV | 86.03 | 83.97 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 8 | 0 | 0.83 | 0.96 | 0.16 | 8.16 | 0.93 | 0.44 |
| Hex | D6 | 24 | 8 | 0 | 53 | 60 | 10 | 8 | 5D | 2C |
| Octal | 326 | 44 | 10 | 0 | 123 | 140 | 20 | 10 | 135 | 54 |
| Binary | 11010110 | 100100 | 1000 | 0 | 1010011 | 1100000 | 10000 | 1000 | 1011101 | 101100 |
Color Harmonies of #D62408
Complementary color
Monochromatic Colors of #D62408
Black with #D62408
Text Example
Text Example
White with #D62408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62408; }
p { color: rgb(214,36,8); }
H1.HeaderClassName
{
color: #D62408;
}
.AnyTagClassName
{
color: #D62408;
}
</style>
background-color css
<style>
a { background-color: #D62408; }
a { background-color: rgb(214,36,8); }
div.DivClassName
{
background-color: #D62408;
}
.BgClassName
{
background-color: #D62408;
}
</style>
border-color css
<style>
span { border-color: #D62408; }
span { border-color: rgb(214,36,8); }
td.TdClassName
{
border-color: #D62408;
}
.TagClassName
{
border-color: #D62408;
}
</style>