Html Css Color HEX #D41A12 Harley Davidson Orange
📋 copy color: '#D41A12'red 212 ◦ green 26 ◦ blue 18
Shades of Harley Davidson Orange #D41A12
Tints of Harley Davidson Orange #D41A12
RGB
CMYK
RGB Variations
Color information
#D41A12 (or 0xD41A12) is known color: Harley Davidson Orange. HEX triplet: D4, 1A and 12. RGB value is (212,26,18). Sum of RGB (Red+Green+Blue) = 212+26+18=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41A12 is #2BE5ED. Grayscale: #505050. Windows color (decimal): -2876910 or 1186516. OLE color: 1186516.
HSL color Cylindrical-coordinate representation of color #D41A12: hue angle of 2.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41A12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.17 |
| HSL | 2.47º | 0.84% | 0.45% | - |
| HSV(B) | 2.47º | 0.92% | 0.83% | - |
| XYZ | 27.63 | 14.78 | 1.97 | - |
| YUV | 80.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 18 | 0 | 0.88 | 0.92 | 0.17 | 2.47 | 0.84 | 0.45 |
| Hex | D4 | 1A | 12 | 0 | 58 | 5C | 11 | 2 | 54 | 2D |
| Octal | 324 | 32 | 22 | 0 | 130 | 134 | 21 | 2 | 124 | 55 |
| Binary | 11010100 | 11010 | 10010 | 0 | 1011000 | 1011100 | 10001 | 10 | 1010100 | 101101 |
Color Harmonies of #D41A12
Complementary color
Monochromatic Colors of #D41A12
Black with #D41A12
Text Example
Text Example
White with #D41A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A12; }
p { color: rgb(212,26,18); }
H1.HeaderClassName
{
color: #D41A12;
}
.AnyTagClassName
{
color: #D41A12;
}
</style>
background-color css
<style>
a { background-color: #D41A12; }
a { background-color: rgb(212,26,18); }
div.DivClassName
{
background-color: #D41A12;
}
.BgClassName
{
background-color: #D41A12;
}
</style>
border-color css
<style>
span { border-color: #D41A12; }
span { border-color: rgb(212,26,18); }
td.TdClassName
{
border-color: #D41A12;
}
.TagClassName
{
border-color: #D41A12;
}
</style>