Html Css Color HEX #D42F0E Harley Davidson Orange
📋 copy color: '#D42F0E'red 212 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #D42F0E
Tints of Harley Davidson Orange #D42F0E
RGB
CMYK
RGB Variations
Color information
#D42F0E (or 0xD42F0E) is known color: Harley Davidson Orange. HEX triplet: D4, 2F and 0E. RGB value is (212,47,14). Sum of RGB (Red+Green+Blue) = 212+47+14=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42F0E is #2BD0F1. Grayscale: #5C5C5C. Windows color (decimal): -2871538 or 929748. OLE color: 929748.
HSL color Cylindrical-coordinate representation of color #D42F0E: hue angle of 10º 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 #D42F0E is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 14 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.17 |
| HSL | 10º | 0.88% | 0.44% | - |
| HSV(B) | 10º | 0.93% | 0.83% | - |
| XYZ | 28.25 | 16.06 | 2.03 | - |
| YUV | 92.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 14 | 0 | 0.78 | 0.93 | 0.17 | 10 | 0.88 | 0.44 |
| Hex | D4 | 2F | E | 0 | 4E | 5D | 11 | A | 58 | 2C |
| Octal | 324 | 57 | 16 | 0 | 116 | 135 | 21 | 12 | 130 | 54 |
| Binary | 11010100 | 101111 | 1110 | 0 | 1001110 | 1011101 | 10001 | 1010 | 1011000 | 101100 |
Color Harmonies of #D42F0E
Complementary color
Monochromatic Colors of #D42F0E
Black with #D42F0E
Text Example
Text Example
White with #D42F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F0E; }
p { color: rgb(212,47,14); }
H1.HeaderClassName
{
color: #D42F0E;
}
.AnyTagClassName
{
color: #D42F0E;
}
</style>
background-color css
<style>
a { background-color: #D42F0E; }
a { background-color: rgb(212,47,14); }
div.DivClassName
{
background-color: #D42F0E;
}
.BgClassName
{
background-color: #D42F0E;
}
</style>
border-color css
<style>
span { border-color: #D42F0E; }
span { border-color: rgb(212,47,14); }
td.TdClassName
{
border-color: #D42F0E;
}
.TagClassName
{
border-color: #D42F0E;
}
</style>