Html Css Color HEX #D2401E Harley Davidson Orange
📋 copy color: '#D2401E'red 210 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #D2401E
Tints of Harley Davidson Orange #D2401E
RGB
CMYK
RGB Variations
Color information
#D2401E (or 0xD2401E) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 1E. RGB value is (210,64,30). Sum of RGB (Red+Green+Blue) = 210+64+30=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2401E is #2DBFE1. Grayscale: #686868. Windows color (decimal): -2998242 or 1982674. OLE color: 1982674.
HSL color Cylindrical-coordinate representation of color #D2401E: hue angle of 11.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2401E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 30 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.18 |
| HSL | 11.33º | 0.75% | 0.47% | - |
| HSV(B) | 11.33º | 0.86% | 0.82% | - |
| XYZ | 28.65 | 17.46 | 3.09 | - |
| YUV | 103.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 30 | 0 | 0.70 | 0.86 | 0.18 | 11.33 | 0.75 | 0.47 |
| Hex | D2 | 40 | 1E | 0 | 46 | 56 | 12 | B | 4B | 2F |
| Octal | 322 | 100 | 36 | 0 | 106 | 126 | 22 | 13 | 113 | 57 |
| Binary | 11010010 | 1000000 | 11110 | 0 | 1000110 | 1010110 | 10010 | 1011 | 1001011 | 101111 |
Color Harmonies of #D2401E
Complementary color
Monochromatic Colors of #D2401E
Black with #D2401E
Text Example
Text Example
White with #D2401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2401E; }
p { color: rgb(210,64,30); }
H1.HeaderClassName
{
color: #D2401E;
}
.AnyTagClassName
{
color: #D2401E;
}
</style>
background-color css
<style>
a { background-color: #D2401E; }
a { background-color: rgb(210,64,30); }
div.DivClassName
{
background-color: #D2401E;
}
.BgClassName
{
background-color: #D2401E;
}
</style>
border-color css
<style>
span { border-color: #D2401E; }
span { border-color: rgb(210,64,30); }
td.TdClassName
{
border-color: #D2401E;
}
.TagClassName
{
border-color: #D2401E;
}
</style>