Html Css Color HEX #D02D04 Harley Davidson Orange
📋 copy color: '#D02D04'red 208 ◦ green 45 ◦ blue 4
Shades of Harley Davidson Orange #D02D04
Tints of Harley Davidson Orange #D02D04
RGB
CMYK
RGB Variations
Color information
#D02D04 (or 0xD02D04) is known color: Harley Davidson Orange. HEX triplet: D0, 2D and 04. RGB value is (208,45,4). Sum of RGB (Red+Green+Blue) = 208+45+4=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02D04 is #2FD2FB. Grayscale: #595959. Windows color (decimal): -3134204 or 273872. OLE color: 273872.
HSL color Cylindrical-coordinate representation of color #D02D04: hue angle of 12.06º degrees, saturation: 0.96, 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 #D02D04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.18 |
| HSL | 12.06º | 0.96% | 0.42% | - |
| HSV(B) | 12.06º | 0.98% | 0.82% | - |
| XYZ | 26.97 | 15.3 | 1.65 | - |
| YUV | 89.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 4 | 0 | 0.78 | 0.98 | 0.18 | 12.06 | 0.96 | 0.42 |
| Hex | D0 | 2D | 4 | 0 | 4E | 62 | 12 | C | 60 | 2A |
| Octal | 320 | 55 | 4 | 0 | 116 | 142 | 22 | 14 | 140 | 52 |
| Binary | 11010000 | 101101 | 100 | 0 | 1001110 | 1100010 | 10010 | 1100 | 1100000 | 101010 |
Color Harmonies of #D02D04
Complementary color
Monochromatic Colors of #D02D04
Black with #D02D04
Text Example
Text Example
White with #D02D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D04; }
p { color: rgb(208,45,4); }
H1.HeaderClassName
{
color: #D02D04;
}
.AnyTagClassName
{
color: #D02D04;
}
</style>
background-color css
<style>
a { background-color: #D02D04; }
a { background-color: rgb(208,45,4); }
div.DivClassName
{
background-color: #D02D04;
}
.BgClassName
{
background-color: #D02D04;
}
</style>
border-color css
<style>
span { border-color: #D02D04; }
span { border-color: rgb(208,45,4); }
td.TdClassName
{
border-color: #D02D04;
}
.TagClassName
{
border-color: #D02D04;
}
</style>