Html Css Color HEX #D02A20 Harley Davidson Orange
📋 copy color: '#D02A20'red 208 ◦ green 42 ◦ blue 32
Shades of Harley Davidson Orange #D02A20
Tints of Harley Davidson Orange #D02A20
RGB
CMYK
RGB Variations
Color information
#D02A20 (or 0xD02A20) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 20. RGB value is (208,42,32). Sum of RGB (Red+Green+Blue) = 208+42+32=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A20 is #2FD5DF. Grayscale: #5A5A5A. Windows color (decimal): -3134944 or 2108112. OLE color: 2108112.
HSL color Cylindrical-coordinate representation of color #D02A20: hue angle of 3.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02A20 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 32 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.18 |
| HSL | 3.41º | 0.73% | 0.47% | - |
| HSV(B) | 3.41º | 0.85% | 0.82% | - |
| XYZ | 27.1 | 15.17 | 2.87 | - |
| YUV | 90.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 32 | 0 | 0.80 | 0.85 | 0.18 | 3.41 | 0.73 | 0.47 |
| Hex | D0 | 2A | 20 | 0 | 50 | 55 | 12 | 3 | 49 | 2F |
| Octal | 320 | 52 | 40 | 0 | 120 | 125 | 22 | 3 | 111 | 57 |
| Binary | 11010000 | 101010 | 100000 | 0 | 1010000 | 1010101 | 10010 | 11 | 1001001 | 101111 |
Color Harmonies of #D02A20
Complementary color
Monochromatic Colors of #D02A20
Black with #D02A20
Text Example
Text Example
White with #D02A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A20; }
p { color: rgb(208,42,32); }
H1.HeaderClassName
{
color: #D02A20;
}
.AnyTagClassName
{
color: #D02A20;
}
</style>
background-color css
<style>
a { background-color: #D02A20; }
a { background-color: rgb(208,42,32); }
div.DivClassName
{
background-color: #D02A20;
}
.BgClassName
{
background-color: #D02A20;
}
</style>
border-color css
<style>
span { border-color: #D02A20; }
span { border-color: rgb(208,42,32); }
td.TdClassName
{
border-color: #D02A20;
}
.TagClassName
{
border-color: #D02A20;
}
</style>