Html Css Color HEX #D21D11 Harley Davidson Orange
📋 copy color: '#D21D11'red 210 ◦ green 29 ◦ blue 17
Shades of Harley Davidson Orange #D21D11
Tints of Harley Davidson Orange #D21D11
RGB
CMYK
RGB Variations
Color information
#D21D11 (or 0xD21D11) is known color: Harley Davidson Orange. HEX triplet: D2, 1D and 11. RGB value is (210,29,17). Sum of RGB (Red+Green+Blue) = 210+29+17=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21D11 is #2DE2EE. Grayscale: #515151. Windows color (decimal): -3007215 or 1121746. OLE color: 1121746.
HSL color Cylindrical-coordinate representation of color #D21D11: hue angle of 3.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21D11 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 17 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.18 |
| HSL | 3.73º | 0.85% | 0.45% | - |
| HSV(B) | 3.73º | 0.92% | 0.82% | - |
| XYZ | 27.12 | 14.62 | 1.92 | - |
| YUV | 81.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 17 | 0 | 0.86 | 0.92 | 0.18 | 3.73 | 0.85 | 0.45 |
| Hex | D2 | 1D | 11 | 0 | 56 | 5C | 12 | 4 | 55 | 2D |
| Octal | 322 | 35 | 21 | 0 | 126 | 134 | 22 | 4 | 125 | 55 |
| Binary | 11010010 | 11101 | 10001 | 0 | 1010110 | 1011100 | 10010 | 100 | 1010101 | 101101 |
Color Harmonies of #D21D11
Complementary color
Monochromatic Colors of #D21D11
Black with #D21D11
Text Example
Text Example
White with #D21D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D11; }
p { color: rgb(210,29,17); }
H1.HeaderClassName
{
color: #D21D11;
}
.AnyTagClassName
{
color: #D21D11;
}
</style>
background-color css
<style>
a { background-color: #D21D11; }
a { background-color: rgb(210,29,17); }
div.DivClassName
{
background-color: #D21D11;
}
.BgClassName
{
background-color: #D21D11;
}
</style>
border-color css
<style>
span { border-color: #D21D11; }
span { border-color: rgb(210,29,17); }
td.TdClassName
{
border-color: #D21D11;
}
.TagClassName
{
border-color: #D21D11;
}
</style>