Html Css Color HEX #D02304 Harley Davidson Orange
📋 copy color: '#D02304'red 208 ◦ green 35 ◦ blue 4
Shades of Harley Davidson Orange #D02304
Tints of Harley Davidson Orange #D02304
RGB
CMYK
RGB Variations
Color information
#D02304 (or 0xD02304) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 04. RGB value is (208,35,4). Sum of RGB (Red+Green+Blue) = 208+35+4=247 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.21% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 208 - color contains mainly: red. Hex color #D02304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02304 is #2FDCFB. Grayscale: #535353. Windows color (decimal): -3136764 or 271312. OLE color: 271312.
HSL color Cylindrical-coordinate representation of color #D02304: hue angle of 9.12º 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 #D02304 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.18 |
| HSL | 9.12º | 0.96% | 0.42% | - |
| HSV(B) | 9.12º | 0.98% | 0.82% | - |
| XYZ | 26.64 | 14.62 | 1.53 | - |
| YUV | 83.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 4 | 0 | 0.83 | 0.98 | 0.18 | 9.12 | 0.96 | 0.42 |
| Hex | D0 | 23 | 4 | 0 | 53 | 62 | 12 | 9 | 60 | 2A |
| Octal | 320 | 43 | 4 | 0 | 123 | 142 | 22 | 11 | 140 | 52 |
| Binary | 11010000 | 100011 | 100 | 0 | 1010011 | 1100010 | 10010 | 1001 | 1100000 | 101010 |
Color Harmonies of #D02304
Complementary color
Monochromatic Colors of #D02304
Black with #D02304
Text Example
Text Example
White with #D02304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02304; }
p { color: rgb(208,35,4); }
H1.HeaderClassName
{
color: #D02304;
}
.AnyTagClassName
{
color: #D02304;
}
</style>
background-color css
<style>
a { background-color: #D02304; }
a { background-color: rgb(208,35,4); }
div.DivClassName
{
background-color: #D02304;
}
.BgClassName
{
background-color: #D02304;
}
</style>
border-color css
<style>
span { border-color: #D02304; }
span { border-color: rgb(208,35,4); }
td.TdClassName
{
border-color: #D02304;
}
.TagClassName
{
border-color: #D02304;
}
</style>