Html Css Color HEX #D24205 Harley Davidson Orange
📋 copy color: '#D24205'red 210 ◦ green 66 ◦ blue 5
Shades of Harley Davidson Orange #D24205
Tints of Harley Davidson Orange #D24205
RGB
CMYK
RGB Variations
Color information
#D24205 (or 0xD24205) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 05. RGB value is (210,66,5). Sum of RGB (Red+Green+Blue) = 210+66+5=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D24205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24205 is #2DBDFA. Grayscale: #666666. Windows color (decimal): -2997755 or 344786. OLE color: 344786.
HSL color Cylindrical-coordinate representation of color #D24205: hue angle of 17.85º 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 #D24205 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.18 |
| HSL | 17.85º | 0.95% | 0.42% | - |
| HSV(B) | 17.85º | 0.98% | 0.82% | - |
| XYZ | 28.55 | 17.61 | 2.04 | - |
| YUV | 102.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 5 | 0 | 0.69 | 0.98 | 0.18 | 17.85 | 0.95 | 0.42 |
| Hex | D2 | 42 | 5 | 0 | 45 | 62 | 12 | 12 | 5F | 2A |
| Octal | 322 | 102 | 5 | 0 | 105 | 142 | 22 | 22 | 137 | 52 |
| Binary | 11010010 | 1000010 | 101 | 0 | 1000101 | 1100010 | 10010 | 10010 | 1011111 | 101010 |
Color Harmonies of #D24205
Complementary color
Monochromatic Colors of #D24205
Black with #D24205
Text Example
Text Example
White with #D24205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24205; }
p { color: rgb(210,66,5); }
H1.HeaderClassName
{
color: #D24205;
}
.AnyTagClassName
{
color: #D24205;
}
</style>
background-color css
<style>
a { background-color: #D24205; }
a { background-color: rgb(210,66,5); }
div.DivClassName
{
background-color: #D24205;
}
.BgClassName
{
background-color: #D24205;
}
</style>
border-color css
<style>
span { border-color: #D24205; }
span { border-color: rgb(210,66,5); }
td.TdClassName
{
border-color: #D24205;
}
.TagClassName
{
border-color: #D24205;
}
</style>