Html Css Color HEX #D44118 Harley Davidson Orange
📋 copy color: '#D44118'red 212 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #D44118
Tints of Harley Davidson Orange #D44118
RGB
CMYK
RGB Variations
Color information
#D44118 (or 0xD44118) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 18. RGB value is (212,65,24). Sum of RGB (Red+Green+Blue) = 212+65+24=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D44118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44118 is #2BBEE7. Grayscale: #686868. Windows color (decimal): -2866920 or 1589716. OLE color: 1589716.
HSL color Cylindrical-coordinate representation of color #D44118: hue angle of 13.09º 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 #D44118 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 24 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.17 |
| HSL | 13.09º | 0.8% | 0.46% | - |
| HSV(B) | 13.09º | 0.89% | 0.83% | - |
| XYZ | 29.21 | 17.84 | 2.77 | - |
| YUV | 104.28 | 82.7 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 24 | 0 | 0.69 | 0.89 | 0.17 | 13.09 | 0.8 | 0.46 |
| Hex | D4 | 41 | 18 | 0 | 45 | 59 | 11 | D | 50 | 2E |
| Octal | 324 | 101 | 30 | 0 | 105 | 131 | 21 | 15 | 120 | 56 |
| Binary | 11010100 | 1000001 | 11000 | 0 | 1000101 | 1011001 | 10001 | 1101 | 1010000 | 101110 |
Color Harmonies of #D44118
Complementary color
Monochromatic Colors of #D44118
Black with #D44118
Text Example
Text Example
White with #D44118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44118; }
p { color: rgb(212,65,24); }
H1.HeaderClassName
{
color: #D44118;
}
.AnyTagClassName
{
color: #D44118;
}
</style>
background-color css
<style>
a { background-color: #D44118; }
a { background-color: rgb(212,65,24); }
div.DivClassName
{
background-color: #D44118;
}
.BgClassName
{
background-color: #D44118;
}
</style>
border-color css
<style>
span { border-color: #D44118; }
span { border-color: rgb(212,65,24); }
td.TdClassName
{
border-color: #D44118;
}
.TagClassName
{
border-color: #D44118;
}
</style>