Html Css Color HEX #D4180E Harley Davidson Orange
📋 copy color: '#D4180E'red 212 ◦ green 24 ◦ blue 14
Shades of Harley Davidson Orange #D4180E
Tints of Harley Davidson Orange #D4180E
RGB
CMYK
RGB Variations
Color information
#D4180E (or 0xD4180E) is known color: Harley Davidson Orange. HEX triplet: D4, 18 and 0E. RGB value is (212,24,14). Sum of RGB (Red+Green+Blue) = 212+24+14=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D4180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4180E is #2BE7F1. Grayscale: #4F4F4F. Windows color (decimal): -2877426 or 923860. OLE color: 923860.
HSL color Cylindrical-coordinate representation of color #D4180E: hue angle of 3.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 #D4180E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.17 |
| HSL | 3.03º | 0.88% | 0.44% | - |
| HSV(B) | 3.03º | 0.93% | 0.83% | - |
| XYZ | 27.56 | 14.68 | 1.8 | - |
| YUV | 79.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 14 | 0 | 0.89 | 0.93 | 0.17 | 3.03 | 0.88 | 0.44 |
| Hex | D4 | 18 | E | 0 | 59 | 5D | 11 | 3 | 58 | 2C |
| Octal | 324 | 30 | 16 | 0 | 131 | 135 | 21 | 3 | 130 | 54 |
| Binary | 11010100 | 11000 | 1110 | 0 | 1011001 | 1011101 | 10001 | 11 | 1011000 | 101100 |
Color Harmonies of #D4180E
Complementary color
Monochromatic Colors of #D4180E
Black with #D4180E
Text Example
Text Example
White with #D4180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4180E; }
p { color: rgb(212,24,14); }
H1.HeaderClassName
{
color: #D4180E;
}
.AnyTagClassName
{
color: #D4180E;
}
</style>
background-color css
<style>
a { background-color: #D4180E; }
a { background-color: rgb(212,24,14); }
div.DivClassName
{
background-color: #D4180E;
}
.BgClassName
{
background-color: #D4180E;
}
</style>
border-color css
<style>
span { border-color: #D4180E; }
span { border-color: rgb(212,24,14); }
td.TdClassName
{
border-color: #D4180E;
}
.TagClassName
{
border-color: #D4180E;
}
</style>