Html Css Color HEX #D42A0E Harley Davidson Orange
📋 copy color: '#D42A0E'red 212 ◦ green 42 ◦ blue 14
Shades of Harley Davidson Orange #D42A0E
Tints of Harley Davidson Orange #D42A0E
RGB
CMYK
RGB Variations
Color information
#D42A0E (or 0xD42A0E) is known color: Harley Davidson Orange. HEX triplet: D4, 2A and 0E. RGB value is (212,42,14). Sum of RGB (Red+Green+Blue) = 212+42+14=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42A0E is #2BD5F1. Grayscale: #595959. Windows color (decimal): -2872818 or 928468. OLE color: 928468.
HSL color Cylindrical-coordinate representation of color #D42A0E: hue angle of 8.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D42A0E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.17 |
| HSL | 8.48º | 0.88% | 0.44% | - |
| HSV(B) | 8.48º | 0.93% | 0.83% | - |
| XYZ | 28.06 | 15.68 | 1.96 | - |
| YUV | 89.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 14 | 0 | 0.80 | 0.93 | 0.17 | 8.48 | 0.88 | 0.44 |
| Hex | D4 | 2A | E | 0 | 50 | 5D | 11 | 8 | 58 | 2C |
| Octal | 324 | 52 | 16 | 0 | 120 | 135 | 21 | 10 | 130 | 54 |
| Binary | 11010100 | 101010 | 1110 | 0 | 1010000 | 1011101 | 10001 | 1000 | 1011000 | 101100 |
Color Harmonies of #D42A0E
Complementary color
Monochromatic Colors of #D42A0E
Black with #D42A0E
Text Example
Text Example
White with #D42A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A0E; }
p { color: rgb(212,42,14); }
H1.HeaderClassName
{
color: #D42A0E;
}
.AnyTagClassName
{
color: #D42A0E;
}
</style>
background-color css
<style>
a { background-color: #D42A0E; }
a { background-color: rgb(212,42,14); }
div.DivClassName
{
background-color: #D42A0E;
}
.BgClassName
{
background-color: #D42A0E;
}
</style>
border-color css
<style>
span { border-color: #D42A0E; }
span { border-color: rgb(212,42,14); }
td.TdClassName
{
border-color: #D42A0E;
}
.TagClassName
{
border-color: #D42A0E;
}
</style>