Html Css Color HEX #D41818 Harley Davidson Orange
📋 copy color: '#D41818'red 212 ◦ green 24 ◦ blue 24
Shades of Harley Davidson Orange #D41818
Tints of Harley Davidson Orange #D41818
RGB
CMYK
RGB Variations
Color information
#D41818 (or 0xD41818) is known color: Harley Davidson Orange. HEX triplet: D4, 18 and 18. RGB value is (212,24,24). Sum of RGB (Red+Green+Blue) = 212+24+24=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D41818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41818 is #2BE7E7. Grayscale: #505050. Windows color (decimal): -2877416 or 1579220. OLE color: 1579220.
HSL color Cylindrical-coordinate representation of color #D41818: hue angle of 0º 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 #D41818 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.17 |
| HSL | 0º | 0.8% | 0.46% | - |
| HSV(B) | 0º | 0.89% | 0.83% | - |
| XYZ | 27.64 | 14.72 | 2.25 | - |
| YUV | 80.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 24 | 0 | 0.89 | 0.89 | 0.17 | 0 | 0.8 | 0.46 |
| Hex | D4 | 18 | 18 | 0 | 59 | 59 | 11 | 0 | 50 | 2E |
| Octal | 324 | 30 | 30 | 0 | 131 | 131 | 21 | 0 | 120 | 56 |
| Binary | 11010100 | 11000 | 11000 | 0 | 1011001 | 1011001 | 10001 | 0 | 1010000 | 101110 |
Color Harmonies of #D41818
Complementary color
Monochromatic Colors of #D41818
Black with #D41818
Text Example
Text Example
White with #D41818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41818; }
p { color: rgb(212,24,24); }
H1.HeaderClassName
{
color: #D41818;
}
.AnyTagClassName
{
color: #D41818;
}
</style>
background-color css
<style>
a { background-color: #D41818; }
a { background-color: rgb(212,24,24); }
div.DivClassName
{
background-color: #D41818;
}
.BgClassName
{
background-color: #D41818;
}
</style>
border-color css
<style>
span { border-color: #D41818; }
span { border-color: rgb(212,24,24); }
td.TdClassName
{
border-color: #D41818;
}
.TagClassName
{
border-color: #D41818;
}
</style>