Html Css Color HEX #D42A0D Harley Davidson Orange
📋 copy color: '#D42A0D'red 212 ◦ green 42 ◦ blue 13
Shades of Harley Davidson Orange #D42A0D
Tints of Harley Davidson Orange #D42A0D
RGB
CMYK
RGB Variations
Color information
#D42A0D (or 0xD42A0D) is known color: Harley Davidson Orange. HEX triplet: D4, 2A and 0D. RGB value is (212,42,13). Sum of RGB (Red+Green+Blue) = 212+42+13=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42A0D is #2BD5F2. Grayscale: #595959. Windows color (decimal): -2872819 or 862932. OLE color: 862932.
HSL color Cylindrical-coordinate representation of color #D42A0D: hue angle of 8.74º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D42A0D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 13 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.17 |
| HSL | 8.74º | 0.88% | 0.44% | - |
| HSV(B) | 8.74º | 0.94% | 0.83% | - |
| XYZ | 28.05 | 15.68 | 1.93 | - |
| YUV | 89.52 | 84.82 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 13 | 0 | 0.80 | 0.94 | 0.17 | 8.74 | 0.88 | 0.44 |
| Hex | D4 | 2A | D | 0 | 50 | 5E | 11 | 9 | 58 | 2C |
| Octal | 324 | 52 | 15 | 0 | 120 | 136 | 21 | 11 | 130 | 54 |
| Binary | 11010100 | 101010 | 1101 | 0 | 1010000 | 1011110 | 10001 | 1001 | 1011000 | 101100 |
Color Harmonies of #D42A0D
Complementary color
Monochromatic Colors of #D42A0D
Black with #D42A0D
Text Example
Text Example
White with #D42A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A0D; }
p { color: rgb(212,42,13); }
H1.HeaderClassName
{
color: #D42A0D;
}
.AnyTagClassName
{
color: #D42A0D;
}
</style>
background-color css
<style>
a { background-color: #D42A0D; }
a { background-color: rgb(212,42,13); }
div.DivClassName
{
background-color: #D42A0D;
}
.BgClassName
{
background-color: #D42A0D;
}
</style>
border-color css
<style>
span { border-color: #D42A0D; }
span { border-color: rgb(212,42,13); }
td.TdClassName
{
border-color: #D42A0D;
}
.TagClassName
{
border-color: #D42A0D;
}
</style>