Html Css Color HEX #D41E14 Harley Davidson Orange
📋 copy color: '#D41E14'red 212 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #D41E14
Tints of Harley Davidson Orange #D41E14
RGB
CMYK
RGB Variations
Color information
#D41E14 (or 0xD41E14) is known color: Harley Davidson Orange. HEX triplet: D4, 1E and 14. RGB value is (212,30,20). Sum of RGB (Red+Green+Blue) = 212+30+20=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41E14 is #2BE1EB. Grayscale: #535353. Windows color (decimal): -2875884 or 1318612. OLE color: 1318612.
HSL color Cylindrical-coordinate representation of color #D41E14: hue angle of 3.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41E14 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.17 |
| HSL | 3.13º | 0.83% | 0.45% | - |
| HSV(B) | 3.13º | 0.91% | 0.83% | - |
| XYZ | 27.74 | 14.98 | 2.09 | - |
| YUV | 83.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 20 | 0 | 0.86 | 0.91 | 0.17 | 3.13 | 0.83 | 0.45 |
| Hex | D4 | 1E | 14 | 0 | 56 | 5B | 11 | 3 | 53 | 2D |
| Octal | 324 | 36 | 24 | 0 | 126 | 133 | 21 | 3 | 123 | 55 |
| Binary | 11010100 | 11110 | 10100 | 0 | 1010110 | 1011011 | 10001 | 11 | 1010011 | 101101 |
Color Harmonies of #D41E14
Complementary color
Monochromatic Colors of #D41E14
Black with #D41E14
Text Example
Text Example
White with #D41E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41E14; }
p { color: rgb(212,30,20); }
H1.HeaderClassName
{
color: #D41E14;
}
.AnyTagClassName
{
color: #D41E14;
}
</style>
background-color css
<style>
a { background-color: #D41E14; }
a { background-color: rgb(212,30,20); }
div.DivClassName
{
background-color: #D41E14;
}
.BgClassName
{
background-color: #D41E14;
}
</style>
border-color css
<style>
span { border-color: #D41E14; }
span { border-color: rgb(212,30,20); }
td.TdClassName
{
border-color: #D41E14;
}
.TagClassName
{
border-color: #D41E14;
}
</style>