Html Css Color HEX #D4390E Harley Davidson Orange
📋 copy color: '#D4390E'red 212 ◦ green 57 ◦ blue 14
Shades of Harley Davidson Orange #D4390E
Tints of Harley Davidson Orange #D4390E
RGB
CMYK
RGB Variations
Color information
#D4390E (or 0xD4390E) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 0E. RGB value is (212,57,14). Sum of RGB (Red+Green+Blue) = 212+57+14=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D4390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4390E is #2BC6F1. Grayscale: #626262. Windows color (decimal): -2868978 or 932308. OLE color: 932308.
HSL color Cylindrical-coordinate representation of color #D4390E: hue angle of 13.03º 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 #D4390E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.17 |
| HSL | 13.03º | 0.88% | 0.44% | - |
| HSV(B) | 13.03º | 0.93% | 0.83% | - |
| XYZ | 28.69 | 16.96 | 2.18 | - |
| YUV | 98.44 | 80.35 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 14 | 0 | 0.73 | 0.93 | 0.17 | 13.03 | 0.88 | 0.44 |
| Hex | D4 | 39 | E | 0 | 49 | 5D | 11 | D | 58 | 2C |
| Octal | 324 | 71 | 16 | 0 | 111 | 135 | 21 | 15 | 130 | 54 |
| Binary | 11010100 | 111001 | 1110 | 0 | 1001001 | 1011101 | 10001 | 1101 | 1011000 | 101100 |
Color Harmonies of #D4390E
Complementary color
Monochromatic Colors of #D4390E
Black with #D4390E
Text Example
Text Example
White with #D4390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4390E; }
p { color: rgb(212,57,14); }
H1.HeaderClassName
{
color: #D4390E;
}
.AnyTagClassName
{
color: #D4390E;
}
</style>
background-color css
<style>
a { background-color: #D4390E; }
a { background-color: rgb(212,57,14); }
div.DivClassName
{
background-color: #D4390E;
}
.BgClassName
{
background-color: #D4390E;
}
</style>
border-color css
<style>
span { border-color: #D4390E; }
span { border-color: rgb(212,57,14); }
td.TdClassName
{
border-color: #D4390E;
}
.TagClassName
{
border-color: #D4390E;
}
</style>