Html Css Color HEX #D24308 Harley Davidson Orange
📋 copy color: '#D24308'red 210 ◦ green 67 ◦ blue 8
Shades of Harley Davidson Orange #D24308
Tints of Harley Davidson Orange #D24308
RGB
CMYK
RGB Variations
Color information
#D24308 (or 0xD24308) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 08. RGB value is (210,67,8). Sum of RGB (Red+Green+Blue) = 210+67+8=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D24308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24308 is #2DBCF7. Grayscale: #676767. Windows color (decimal): -2997496 or 541650. OLE color: 541650.
HSL color Cylindrical-coordinate representation of color #D24308: hue angle of 17.52º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D24308 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.18 |
| HSL | 17.52º | 0.93% | 0.43% | - |
| HSV(B) | 17.52º | 0.96% | 0.82% | - |
| XYZ | 28.63 | 17.73 | 2.14 | - |
| YUV | 103.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 8 | 0 | 0.68 | 0.96 | 0.18 | 17.52 | 0.93 | 0.43 |
| Hex | D2 | 43 | 8 | 0 | 44 | 60 | 12 | 12 | 5D | 2B |
| Octal | 322 | 103 | 10 | 0 | 104 | 140 | 22 | 22 | 135 | 53 |
| Binary | 11010010 | 1000011 | 1000 | 0 | 1000100 | 1100000 | 10010 | 10010 | 1011101 | 101011 |
Color Harmonies of #D24308
Complementary color
Monochromatic Colors of #D24308
Black with #D24308
Text Example
Text Example
White with #D24308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24308; }
p { color: rgb(210,67,8); }
H1.HeaderClassName
{
color: #D24308;
}
.AnyTagClassName
{
color: #D24308;
}
</style>
background-color css
<style>
a { background-color: #D24308; }
a { background-color: rgb(210,67,8); }
div.DivClassName
{
background-color: #D24308;
}
.BgClassName
{
background-color: #D24308;
}
</style>
border-color css
<style>
span { border-color: #D24308; }
span { border-color: rgb(210,67,8); }
td.TdClassName
{
border-color: #D24308;
}
.TagClassName
{
border-color: #D24308;
}
</style>