Html Css Color HEX #D24112 Harley Davidson Orange
📋 copy color: '#D24112'red 210 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #D24112
Tints of Harley Davidson Orange #D24112
RGB
CMYK
RGB Variations
Color information
#D24112 (or 0xD24112) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 12. RGB value is (210,65,18). Sum of RGB (Red+Green+Blue) = 210+65+18=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D24112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24112 is #2DBEED. Grayscale: #676767. Windows color (decimal): -2997998 or 1196498. OLE color: 1196498.
HSL color Cylindrical-coordinate representation of color #D24112: hue angle of 14.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24112 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 18 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.18 |
| HSL | 14.69º | 0.84% | 0.45% | - |
| HSV(B) | 14.69º | 0.91% | 0.82% | - |
| XYZ | 28.58 | 17.53 | 2.45 | - |
| YUV | 103 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 18 | 0 | 0.69 | 0.91 | 0.18 | 14.69 | 0.84 | 0.45 |
| Hex | D2 | 41 | 12 | 0 | 45 | 5B | 12 | F | 54 | 2D |
| Octal | 322 | 101 | 22 | 0 | 105 | 133 | 22 | 17 | 124 | 55 |
| Binary | 11010010 | 1000001 | 10010 | 0 | 1000101 | 1011011 | 10010 | 1111 | 1010100 | 101101 |
Color Harmonies of #D24112
Complementary color
Monochromatic Colors of #D24112
Black with #D24112
Text Example
Text Example
White with #D24112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24112; }
p { color: rgb(210,65,18); }
H1.HeaderClassName
{
color: #D24112;
}
.AnyTagClassName
{
color: #D24112;
}
</style>
background-color css
<style>
a { background-color: #D24112; }
a { background-color: rgb(210,65,18); }
div.DivClassName
{
background-color: #D24112;
}
.BgClassName
{
background-color: #D24112;
}
</style>
border-color css
<style>
span { border-color: #D24112; }
span { border-color: rgb(210,65,18); }
td.TdClassName
{
border-color: #D24112;
}
.TagClassName
{
border-color: #D24112;
}
</style>