Html Css Color HEX #D24310 Harley Davidson Orange
📋 copy color: '#D24310'red 210 ◦ green 67 ◦ blue 16
Shades of Harley Davidson Orange #D24310
Tints of Harley Davidson Orange #D24310
RGB
CMYK
RGB Variations
Color information
#D24310 (or 0xD24310) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 10. RGB value is (210,67,16). Sum of RGB (Red+Green+Blue) = 210+67+16=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D24310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24310 is #2DBCEF. Grayscale: #686868. Windows color (decimal): -2997488 or 1065938. OLE color: 1065938.
HSL color Cylindrical-coordinate representation of color #D24310: hue angle of 15.77º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24310 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.18 |
| HSL | 15.77º | 0.86% | 0.44% | - |
| HSV(B) | 15.77º | 0.92% | 0.82% | - |
| XYZ | 28.68 | 17.75 | 2.41 | - |
| YUV | 103.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 16 | 0 | 0.68 | 0.92 | 0.18 | 15.77 | 0.86 | 0.44 |
| Hex | D2 | 43 | 10 | 0 | 44 | 5C | 12 | 10 | 56 | 2C |
| Octal | 322 | 103 | 20 | 0 | 104 | 134 | 22 | 20 | 126 | 54 |
| Binary | 11010010 | 1000011 | 10000 | 0 | 1000100 | 1011100 | 10010 | 10000 | 1010110 | 101100 |
Color Harmonies of #D24310
Complementary color
Monochromatic Colors of #D24310
Black with #D24310
Text Example
Text Example
White with #D24310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24310; }
p { color: rgb(210,67,16); }
H1.HeaderClassName
{
color: #D24310;
}
.AnyTagClassName
{
color: #D24310;
}
</style>
background-color css
<style>
a { background-color: #D24310; }
a { background-color: rgb(210,67,16); }
div.DivClassName
{
background-color: #D24310;
}
.BgClassName
{
background-color: #D24310;
}
</style>
border-color css
<style>
span { border-color: #D24310; }
span { border-color: rgb(210,67,16); }
td.TdClassName
{
border-color: #D24310;
}
.TagClassName
{
border-color: #D24310;
}
</style>