Html Css Color HEX #D41C18 Harley Davidson Orange
📋 copy color: '#D41C18'red 212 ◦ green 28 ◦ blue 24
Shades of Harley Davidson Orange #D41C18
Tints of Harley Davidson Orange #D41C18
RGB
CMYK
RGB Variations
Color information
#D41C18 (or 0xD41C18) is known color: Harley Davidson Orange. HEX triplet: D4, 1C and 18. RGB value is (212,28,24). Sum of RGB (Red+Green+Blue) = 212+28+24=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41C18 is #2BE3E7. Grayscale: #525252. Windows color (decimal): -2876392 or 1580244. OLE color: 1580244.
HSL color Cylindrical-coordinate representation of color #D41C18: hue angle of 1.28º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41C18 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 24 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.17 |
| HSL | 1.28º | 0.8% | 0.46% | - |
| HSV(B) | 1.28º | 0.89% | 0.83% | - |
| XYZ | 27.73 | 14.89 | 2.28 | - |
| YUV | 82.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 24 | 0 | 0.87 | 0.89 | 0.17 | 1.28 | 0.8 | 0.46 |
| Hex | D4 | 1C | 18 | 0 | 57 | 59 | 11 | 1 | 50 | 2E |
| Octal | 324 | 34 | 30 | 0 | 127 | 131 | 21 | 1 | 120 | 56 |
| Binary | 11010100 | 11100 | 11000 | 0 | 1010111 | 1011001 | 10001 | 1 | 1010000 | 101110 |
Color Harmonies of #D41C18
Complementary color
Monochromatic Colors of #D41C18
Black with #D41C18
Text Example
Text Example
White with #D41C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41C18; }
p { color: rgb(212,28,24); }
H1.HeaderClassName
{
color: #D41C18;
}
.AnyTagClassName
{
color: #D41C18;
}
</style>
background-color css
<style>
a { background-color: #D41C18; }
a { background-color: rgb(212,28,24); }
div.DivClassName
{
background-color: #D41C18;
}
.BgClassName
{
background-color: #D41C18;
}
</style>
border-color css
<style>
span { border-color: #D41C18; }
span { border-color: rgb(212,28,24); }
td.TdClassName
{
border-color: #D41C18;
}
.TagClassName
{
border-color: #D41C18;
}
</style>