Html Css Color HEX #D2401F Harley Davidson Orange
📋 copy color: '#D2401F'red 210 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #D2401F
Tints of Harley Davidson Orange #D2401F
RGB
CMYK
RGB Variations
Color information
#D2401F (or 0xD2401F) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 1F. RGB value is (210,64,31). Sum of RGB (Red+Green+Blue) = 210+64+31=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2401F is #2DBFE0. Grayscale: #686868. Windows color (decimal): -2998241 or 2048210. OLE color: 2048210.
HSL color Cylindrical-coordinate representation of color #D2401F: hue angle of 11.06º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2401F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 31 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.18 |
| HSL | 11.06º | 0.74% | 0.47% | - |
| HSV(B) | 11.06º | 0.85% | 0.82% | - |
| XYZ | 28.66 | 17.47 | 3.16 | - |
| YUV | 103.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 31 | 0 | 0.70 | 0.85 | 0.18 | 11.06 | 0.74 | 0.47 |
| Hex | D2 | 40 | 1F | 0 | 46 | 55 | 12 | B | 4A | 2F |
| Octal | 322 | 100 | 37 | 0 | 106 | 125 | 22 | 13 | 112 | 57 |
| Binary | 11010010 | 1000000 | 11111 | 0 | 1000110 | 1010101 | 10010 | 1011 | 1001010 | 101111 |
Color Harmonies of #D2401F
Complementary color
Monochromatic Colors of #D2401F
Black with #D2401F
Text Example
Text Example
White with #D2401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2401F; }
p { color: rgb(210,64,31); }
H1.HeaderClassName
{
color: #D2401F;
}
.AnyTagClassName
{
color: #D2401F;
}
</style>
background-color css
<style>
a { background-color: #D2401F; }
a { background-color: rgb(210,64,31); }
div.DivClassName
{
background-color: #D2401F;
}
.BgClassName
{
background-color: #D2401F;
}
</style>
border-color css
<style>
span { border-color: #D2401F; }
span { border-color: rgb(210,64,31); }
td.TdClassName
{
border-color: #D2401F;
}
.TagClassName
{
border-color: #D2401F;
}
</style>