Html Css Color HEX #D41A14 Harley Davidson Orange
📋 copy color: '#D41A14'red 212 ◦ green 26 ◦ blue 20
Shades of Harley Davidson Orange #D41A14
Tints of Harley Davidson Orange #D41A14
RGB
CMYK
RGB Variations
Color information
#D41A14 (or 0xD41A14) is known color: Harley Davidson Orange. HEX triplet: D4, 1A and 14. RGB value is (212,26,20). Sum of RGB (Red+Green+Blue) = 212+26+20=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41A14 is #2BE5EB. Grayscale: #515151. Windows color (decimal): -2876908 or 1317588. OLE color: 1317588.
HSL color Cylindrical-coordinate representation of color #D41A14: hue angle of 1.88º 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 #D41A14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.17 |
| HSL | 1.88º | 0.83% | 0.45% | - |
| HSV(B) | 1.88º | 0.91% | 0.83% | - |
| XYZ | 27.65 | 14.79 | 2.06 | - |
| YUV | 80.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 20 | 0 | 0.88 | 0.91 | 0.17 | 1.88 | 0.83 | 0.45 |
| Hex | D4 | 1A | 14 | 0 | 58 | 5B | 11 | 2 | 53 | 2D |
| Octal | 324 | 32 | 24 | 0 | 130 | 133 | 21 | 2 | 123 | 55 |
| Binary | 11010100 | 11010 | 10100 | 0 | 1011000 | 1011011 | 10001 | 10 | 1010011 | 101101 |
Color Harmonies of #D41A14
Complementary color
Monochromatic Colors of #D41A14
Black with #D41A14
Text Example
Text Example
White with #D41A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A14; }
p { color: rgb(212,26,20); }
H1.HeaderClassName
{
color: #D41A14;
}
.AnyTagClassName
{
color: #D41A14;
}
</style>
background-color css
<style>
a { background-color: #D41A14; }
a { background-color: rgb(212,26,20); }
div.DivClassName
{
background-color: #D41A14;
}
.BgClassName
{
background-color: #D41A14;
}
</style>
border-color css
<style>
span { border-color: #D41A14; }
span { border-color: rgb(212,26,20); }
td.TdClassName
{
border-color: #D41A14;
}
.TagClassName
{
border-color: #D41A14;
}
</style>