Html Css Color HEX #D42211 Harley Davidson Orange
📋 copy color: '#D42211'red 212 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #D42211
Tints of Harley Davidson Orange #D42211
RGB
CMYK
RGB Variations
Color information
#D42211 (or 0xD42211) is known color: Harley Davidson Orange. HEX triplet: D4, 22 and 11. RGB value is (212,34,17). Sum of RGB (Red+Green+Blue) = 212+34+17=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D42211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42211 is #2BDDEE. Grayscale: #555555. Windows color (decimal): -2874863 or 1123028. OLE color: 1123028.
HSL color Cylindrical-coordinate representation of color #D42211: hue angle of 5.23º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D42211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.17 |
| HSL | 5.23º | 0.85% | 0.45% | - |
| HSV(B) | 5.23º | 0.92% | 0.83% | - |
| XYZ | 27.82 | 15.18 | 1.99 | - |
| YUV | 85.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 17 | 0 | 0.84 | 0.92 | 0.17 | 5.23 | 0.85 | 0.45 |
| Hex | D4 | 22 | 11 | 0 | 54 | 5C | 11 | 5 | 55 | 2D |
| Octal | 324 | 42 | 21 | 0 | 124 | 134 | 21 | 5 | 125 | 55 |
| Binary | 11010100 | 100010 | 10001 | 0 | 1010100 | 1011100 | 10001 | 101 | 1010101 | 101101 |
Color Harmonies of #D42211
Complementary color
Monochromatic Colors of #D42211
Black with #D42211
Text Example
Text Example
White with #D42211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42211; }
p { color: rgb(212,34,17); }
H1.HeaderClassName
{
color: #D42211;
}
.AnyTagClassName
{
color: #D42211;
}
</style>
background-color css
<style>
a { background-color: #D42211; }
a { background-color: rgb(212,34,17); }
div.DivClassName
{
background-color: #D42211;
}
.BgClassName
{
background-color: #D42211;
}
</style>
border-color css
<style>
span { border-color: #D42211; }
span { border-color: rgb(212,34,17); }
td.TdClassName
{
border-color: #D42211;
}
.TagClassName
{
border-color: #D42211;
}
</style>