Html Css Color HEX #D42905 Harley Davidson Orange
📋 copy color: '#D42905'red 212 ◦ green 41 ◦ blue 5
Shades of Harley Davidson Orange #D42905
Tints of Harley Davidson Orange #D42905
RGB
CMYK
RGB Variations
Color information
#D42905 (or 0xD42905) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 05. RGB value is (212,41,5). Sum of RGB (Red+Green+Blue) = 212+41+5=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D42905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42905 is #2BD6FA. Grayscale: #585858. Windows color (decimal): -2873083 or 338388. OLE color: 338388.
HSL color Cylindrical-coordinate representation of color #D42905: hue angle of 10.43º 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 #D42905 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.17 |
| HSL | 10.43º | 0.95% | 0.43% | - |
| HSV(B) | 10.43º | 0.98% | 0.83% | - |
| XYZ | 27.97 | 15.59 | 1.68 | - |
| YUV | 88.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 5 | 0 | 0.81 | 0.98 | 0.17 | 10.43 | 0.95 | 0.43 |
| Hex | D4 | 29 | 5 | 0 | 51 | 62 | 11 | A | 5F | 2B |
| Octal | 324 | 51 | 5 | 0 | 121 | 142 | 21 | 12 | 137 | 53 |
| Binary | 11010100 | 101001 | 101 | 0 | 1010001 | 1100010 | 10001 | 1010 | 1011111 | 101011 |
Color Harmonies of #D42905
Complementary color
Monochromatic Colors of #D42905
Black with #D42905
Text Example
Text Example
White with #D42905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42905; }
p { color: rgb(212,41,5); }
H1.HeaderClassName
{
color: #D42905;
}
.AnyTagClassName
{
color: #D42905;
}
</style>
background-color css
<style>
a { background-color: #D42905; }
a { background-color: rgb(212,41,5); }
div.DivClassName
{
background-color: #D42905;
}
.BgClassName
{
background-color: #D42905;
}
</style>
border-color css
<style>
span { border-color: #D42905; }
span { border-color: rgb(212,41,5); }
td.TdClassName
{
border-color: #D42905;
}
.TagClassName
{
border-color: #D42905;
}
</style>