Html Css Color HEX #D2401B Harley Davidson Orange
📋 copy color: '#D2401B'red 210 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #D2401B
Tints of Harley Davidson Orange #D2401B
RGB
CMYK
RGB Variations
Color information
#D2401B (or 0xD2401B) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 1B. RGB value is (210,64,27). Sum of RGB (Red+Green+Blue) = 210+64+27=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D2401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2401B is #2DBFE4. Grayscale: #676767. Windows color (decimal): -2998245 or 1786066. OLE color: 1786066.
HSL color Cylindrical-coordinate representation of color #D2401B: hue angle of 12.13º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2401B is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 27 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.18 |
| HSL | 12.13º | 0.77% | 0.46% | - |
| HSV(B) | 12.13º | 0.87% | 0.82% | - |
| XYZ | 28.61 | 17.45 | 2.9 | - |
| YUV | 103.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 27 | 0 | 0.70 | 0.87 | 0.18 | 12.13 | 0.77 | 0.46 |
| Hex | D2 | 40 | 1B | 0 | 46 | 57 | 12 | C | 4D | 2E |
| Octal | 322 | 100 | 33 | 0 | 106 | 127 | 22 | 14 | 115 | 56 |
| Binary | 11010010 | 1000000 | 11011 | 0 | 1000110 | 1010111 | 10010 | 1100 | 1001101 | 101110 |
Color Harmonies of #D2401B
Complementary color
Monochromatic Colors of #D2401B
Black with #D2401B
Text Example
Text Example
White with #D2401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2401B; }
p { color: rgb(210,64,27); }
H1.HeaderClassName
{
color: #D2401B;
}
.AnyTagClassName
{
color: #D2401B;
}
</style>
background-color css
<style>
a { background-color: #D2401B; }
a { background-color: rgb(210,64,27); }
div.DivClassName
{
background-color: #D2401B;
}
.BgClassName
{
background-color: #D2401B;
}
</style>
border-color css
<style>
span { border-color: #D2401B; }
span { border-color: rgb(210,64,27); }
td.TdClassName
{
border-color: #D2401B;
}
.TagClassName
{
border-color: #D2401B;
}
</style>