Html Css Color HEX #D42005 Harley Davidson Orange
📋 copy color: '#D42005'red 212 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #D42005
Tints of Harley Davidson Orange #D42005
RGB
CMYK
RGB Variations
Color information
#D42005 (or 0xD42005) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 05. RGB value is (212,32,5). Sum of RGB (Red+Green+Blue) = 212+32+5=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D42005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42005 is #2BDFFA. Grayscale: #535353. Windows color (decimal): -2875387 or 336084. OLE color: 336084.
HSL color Cylindrical-coordinate representation of color #D42005: hue angle of 7.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D42005 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.17 |
| HSL | 7.83º | 0.95% | 0.43% | - |
| HSV(B) | 7.83º | 0.98% | 0.83% | - |
| XYZ | 27.7 | 15.04 | 1.59 | - |
| YUV | 82.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 5 | 0 | 0.85 | 0.98 | 0.17 | 7.83 | 0.95 | 0.43 |
| Hex | D4 | 20 | 5 | 0 | 55 | 62 | 11 | 8 | 5F | 2B |
| Octal | 324 | 40 | 5 | 0 | 125 | 142 | 21 | 10 | 137 | 53 |
| Binary | 11010100 | 100000 | 101 | 0 | 1010101 | 1100010 | 10001 | 1000 | 1011111 | 101011 |
Color Harmonies of #D42005
Complementary color
Monochromatic Colors of #D42005
Black with #D42005
Text Example
Text Example
White with #D42005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42005; }
p { color: rgb(212,32,5); }
H1.HeaderClassName
{
color: #D42005;
}
.AnyTagClassName
{
color: #D42005;
}
</style>
background-color css
<style>
a { background-color: #D42005; }
a { background-color: rgb(212,32,5); }
div.DivClassName
{
background-color: #D42005;
}
.BgClassName
{
background-color: #D42005;
}
</style>
border-color css
<style>
span { border-color: #D42005; }
span { border-color: rgb(212,32,5); }
td.TdClassName
{
border-color: #D42005;
}
.TagClassName
{
border-color: #D42005;
}
</style>