Html Css Color HEX #D2421D Harley Davidson Orange
📋 copy color: '#D2421D'red 210 ◦ green 66 ◦ blue 29
Shades of Harley Davidson Orange #D2421D
Tints of Harley Davidson Orange #D2421D
RGB
CMYK
RGB Variations
Color information
#D2421D (or 0xD2421D) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 1D. RGB value is (210,66,29). Sum of RGB (Red+Green+Blue) = 210+66+29=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2421D is #2DBDE2. Grayscale: #696969. Windows color (decimal): -2997731 or 1917650. OLE color: 1917650.
HSL color Cylindrical-coordinate representation of color #D2421D: hue angle of 12.27º degrees, saturation: 0.76, 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 #D2421D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.18 |
| HSL | 12.27º | 0.76% | 0.47% | - |
| HSV(B) | 12.27º | 0.86% | 0.82% | - |
| XYZ | 28.75 | 17.69 | 3.06 | - |
| YUV | 104.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 29 | 0 | 0.69 | 0.86 | 0.18 | 12.27 | 0.76 | 0.47 |
| Hex | D2 | 42 | 1D | 0 | 45 | 56 | 12 | C | 4C | 2F |
| Octal | 322 | 102 | 35 | 0 | 105 | 126 | 22 | 14 | 114 | 57 |
| Binary | 11010010 | 1000010 | 11101 | 0 | 1000101 | 1010110 | 10010 | 1100 | 1001100 | 101111 |
Color Harmonies of #D2421D
Complementary color
Monochromatic Colors of #D2421D
Black with #D2421D
Text Example
Text Example
White with #D2421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2421D; }
p { color: rgb(210,66,29); }
H1.HeaderClassName
{
color: #D2421D;
}
.AnyTagClassName
{
color: #D2421D;
}
</style>
background-color css
<style>
a { background-color: #D2421D; }
a { background-color: rgb(210,66,29); }
div.DivClassName
{
background-color: #D2421D;
}
.BgClassName
{
background-color: #D2421D;
}
</style>
border-color css
<style>
span { border-color: #D2421D; }
span { border-color: rgb(210,66,29); }
td.TdClassName
{
border-color: #D2421D;
}
.TagClassName
{
border-color: #D2421D;
}
</style>