Html Css Color HEX #D24105 Harley Davidson Orange
📋 copy color: '#D24105'red 210 ◦ green 65 ◦ blue 5
Shades of Harley Davidson Orange #D24105
Tints of Harley Davidson Orange #D24105
RGB
CMYK
RGB Variations
Color information
#D24105 (or 0xD24105) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 05. RGB value is (210,65,5). Sum of RGB (Red+Green+Blue) = 210+65+5=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D24105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24105 is #2DBEFA. Grayscale: #656565. Windows color (decimal): -2998011 or 344530. OLE color: 344530.
HSL color Cylindrical-coordinate representation of color #D24105: hue angle of 17.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D24105 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.18 |
| HSL | 17.56º | 0.95% | 0.42% | - |
| HSV(B) | 17.56º | 0.98% | 0.82% | - |
| XYZ | 28.5 | 17.49 | 2.02 | - |
| YUV | 101.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 5 | 0 | 0.69 | 0.98 | 0.18 | 17.56 | 0.95 | 0.42 |
| Hex | D2 | 41 | 5 | 0 | 45 | 62 | 12 | 12 | 5F | 2A |
| Octal | 322 | 101 | 5 | 0 | 105 | 142 | 22 | 22 | 137 | 52 |
| Binary | 11010010 | 1000001 | 101 | 0 | 1000101 | 1100010 | 10010 | 10010 | 1011111 | 101010 |
Color Harmonies of #D24105
Complementary color
Monochromatic Colors of #D24105
Black with #D24105
Text Example
Text Example
White with #D24105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24105; }
p { color: rgb(210,65,5); }
H1.HeaderClassName
{
color: #D24105;
}
.AnyTagClassName
{
color: #D24105;
}
</style>
background-color css
<style>
a { background-color: #D24105; }
a { background-color: rgb(210,65,5); }
div.DivClassName
{
background-color: #D24105;
}
.BgClassName
{
background-color: #D24105;
}
</style>
border-color css
<style>
span { border-color: #D24105; }
span { border-color: rgb(210,65,5); }
td.TdClassName
{
border-color: #D24105;
}
.TagClassName
{
border-color: #D24105;
}
</style>