Html Css Color HEX #D42012 Harley Davidson Orange
📋 copy color: '#D42012'red 212 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #D42012
Tints of Harley Davidson Orange #D42012
RGB
CMYK
RGB Variations
Color information
#D42012 (or 0xD42012) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 12. RGB value is (212,32,18). Sum of RGB (Red+Green+Blue) = 212+32+18=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D42012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42012 is #2BDFED. Grayscale: #545454. Windows color (decimal): -2875374 or 1188052. OLE color: 1188052.
HSL color Cylindrical-coordinate representation of color #D42012: hue angle of 4.33º degrees, saturation: 0.84, 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 #D42012 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.17 |
| HSL | 4.33º | 0.84% | 0.45% | - |
| HSV(B) | 4.33º | 0.92% | 0.83% | - |
| XYZ | 27.78 | 15.07 | 2.02 | - |
| YUV | 84.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 18 | 0 | 0.85 | 0.92 | 0.17 | 4.33 | 0.84 | 0.45 |
| Hex | D4 | 20 | 12 | 0 | 55 | 5C | 11 | 4 | 54 | 2D |
| Octal | 324 | 40 | 22 | 0 | 125 | 134 | 21 | 4 | 124 | 55 |
| Binary | 11010100 | 100000 | 10010 | 0 | 1010101 | 1011100 | 10001 | 100 | 1010100 | 101101 |
Color Harmonies of #D42012
Complementary color
Monochromatic Colors of #D42012
Black with #D42012
Text Example
Text Example
White with #D42012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42012; }
p { color: rgb(212,32,18); }
H1.HeaderClassName
{
color: #D42012;
}
.AnyTagClassName
{
color: #D42012;
}
</style>
background-color css
<style>
a { background-color: #D42012; }
a { background-color: rgb(212,32,18); }
div.DivClassName
{
background-color: #D42012;
}
.BgClassName
{
background-color: #D42012;
}
</style>
border-color css
<style>
span { border-color: #D42012; }
span { border-color: rgb(212,32,18); }
td.TdClassName
{
border-color: #D42012;
}
.TagClassName
{
border-color: #D42012;
}
</style>