Html Css Color HEX #D02D1E Harley Davidson Orange
📋 copy color: '#D02D1E'red 208 ◦ green 45 ◦ blue 30
Shades of Harley Davidson Orange #D02D1E
Tints of Harley Davidson Orange #D02D1E
RGB
CMYK
RGB Variations
Color information
#D02D1E (or 0xD02D1E) is known color: Harley Davidson Orange. HEX triplet: D0, 2D and 1E. RGB value is (208,45,30). Sum of RGB (Red+Green+Blue) = 208+45+30=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D1E is #2FD2E1. Grayscale: #5C5C5C. Windows color (decimal): -3134178 or 1977808. OLE color: 1977808.
HSL color Cylindrical-coordinate representation of color #D02D1E: hue angle of 5.06º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D02D1E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 30 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.18 |
| HSL | 5.06º | 0.75% | 0.47% | - |
| HSV(B) | 5.06º | 0.86% | 0.82% | - |
| XYZ | 27.19 | 15.38 | 2.76 | - |
| YUV | 92.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 30 | 0 | 0.78 | 0.86 | 0.18 | 5.06 | 0.75 | 0.47 |
| Hex | D0 | 2D | 1E | 0 | 4E | 56 | 12 | 5 | 4B | 2F |
| Octal | 320 | 55 | 36 | 0 | 116 | 126 | 22 | 5 | 113 | 57 |
| Binary | 11010000 | 101101 | 11110 | 0 | 1001110 | 1010110 | 10010 | 101 | 1001011 | 101111 |
Color Harmonies of #D02D1E
Complementary color
Monochromatic Colors of #D02D1E
Black with #D02D1E
Text Example
Text Example
White with #D02D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D1E; }
p { color: rgb(208,45,30); }
H1.HeaderClassName
{
color: #D02D1E;
}
.AnyTagClassName
{
color: #D02D1E;
}
</style>
background-color css
<style>
a { background-color: #D02D1E; }
a { background-color: rgb(208,45,30); }
div.DivClassName
{
background-color: #D02D1E;
}
.BgClassName
{
background-color: #D02D1E;
}
</style>
border-color css
<style>
span { border-color: #D02D1E; }
span { border-color: rgb(208,45,30); }
td.TdClassName
{
border-color: #D02D1E;
}
.TagClassName
{
border-color: #D02D1E;
}
</style>