Html Css Color HEX #D41B18 Harley Davidson Orange
📋 copy color: '#D41B18'red 212 ◦ green 27 ◦ blue 24
Shades of Harley Davidson Orange #D41B18
Tints of Harley Davidson Orange #D41B18
RGB
CMYK
RGB Variations
Color information
#D41B18 (or 0xD41B18) is known color: Harley Davidson Orange. HEX triplet: D4, 1B and 18. RGB value is (212,27,24). Sum of RGB (Red+Green+Blue) = 212+27+24=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41B18 is #2BE4E7. Grayscale: #525252. Windows color (decimal): -2876648 or 1579988. OLE color: 1579988.
HSL color Cylindrical-coordinate representation of color #D41B18: hue angle of 0.96º 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 #D41B18 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 24 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.17 |
| HSL | 0.96º | 0.8% | 0.46% | - |
| HSV(B) | 0.96º | 0.89% | 0.83% | - |
| XYZ | 27.71 | 14.85 | 2.27 | - |
| YUV | 81.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 24 | 0 | 0.87 | 0.89 | 0.17 | 0.96 | 0.8 | 0.46 |
| Hex | D4 | 1B | 18 | 0 | 57 | 59 | 11 | 1 | 50 | 2E |
| Octal | 324 | 33 | 30 | 0 | 127 | 131 | 21 | 1 | 120 | 56 |
| Binary | 11010100 | 11011 | 11000 | 0 | 1010111 | 1011001 | 10001 | 1 | 1010000 | 101110 |
Color Harmonies of #D41B18
Complementary color
Monochromatic Colors of #D41B18
Black with #D41B18
Text Example
Text Example
White with #D41B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B18; }
p { color: rgb(212,27,24); }
H1.HeaderClassName
{
color: #D41B18;
}
.AnyTagClassName
{
color: #D41B18;
}
</style>
background-color css
<style>
a { background-color: #D41B18; }
a { background-color: rgb(212,27,24); }
div.DivClassName
{
background-color: #D41B18;
}
.BgClassName
{
background-color: #D41B18;
}
</style>
border-color css
<style>
span { border-color: #D41B18; }
span { border-color: rgb(212,27,24); }
td.TdClassName
{
border-color: #D41B18;
}
.TagClassName
{
border-color: #D41B18;
}
</style>