Html Css Color HEX #D4180B Harley Davidson Orange
📋 copy color: '#D4180B'red 212 ◦ green 24 ◦ blue 11
Shades of Harley Davidson Orange #D4180B
Tints of Harley Davidson Orange #D4180B
RGB
CMYK
RGB Variations
Color information
#D4180B (or 0xD4180B) is known color: Harley Davidson Orange. HEX triplet: D4, 18 and 0B. RGB value is (212,24,11). Sum of RGB (Red+Green+Blue) = 212+24+11=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4180B is #2BE7F4. Grayscale: #4E4E4E. Windows color (decimal): -2877429 or 727252. OLE color: 727252.
HSL color Cylindrical-coordinate representation of color #D4180B: hue angle of 3.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4180B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.17 |
| HSL | 3.88º | 0.9% | 0.44% | - |
| HSV(B) | 3.88º | 0.95% | 0.83% | - |
| XYZ | 27.54 | 14.67 | 1.7 | - |
| YUV | 78.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 11 | 0 | 0.89 | 0.95 | 0.17 | 3.88 | 0.9 | 0.44 |
| Hex | D4 | 18 | B | 0 | 59 | 5F | 11 | 4 | 5A | 2C |
| Octal | 324 | 30 | 13 | 0 | 131 | 137 | 21 | 4 | 132 | 54 |
| Binary | 11010100 | 11000 | 1011 | 0 | 1011001 | 1011111 | 10001 | 100 | 1011010 | 101100 |
Color Harmonies of #D4180B
Complementary color
Monochromatic Colors of #D4180B
Black with #D4180B
Text Example
Text Example
White with #D4180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4180B; }
p { color: rgb(212,24,11); }
H1.HeaderClassName
{
color: #D4180B;
}
.AnyTagClassName
{
color: #D4180B;
}
</style>
background-color css
<style>
a { background-color: #D4180B; }
a { background-color: rgb(212,24,11); }
div.DivClassName
{
background-color: #D4180B;
}
.BgClassName
{
background-color: #D4180B;
}
</style>
border-color css
<style>
span { border-color: #D4180B; }
span { border-color: rgb(212,24,11); }
td.TdClassName
{
border-color: #D4180B;
}
.TagClassName
{
border-color: #D4180B;
}
</style>