Html Css Color HEX #D03420 Harley Davidson Orange
📋 copy color: '#D03420'red 208 ◦ green 52 ◦ blue 32
Shades of Harley Davidson Orange #D03420
Tints of Harley Davidson Orange #D03420
RGB
CMYK
RGB Variations
Color information
#D03420 (or 0xD03420) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 20. RGB value is (208,52,32). Sum of RGB (Red+Green+Blue) = 208+52+32=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D03420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03420 is #2FCBDF. Grayscale: #606060. Windows color (decimal): -3132384 or 2110672. OLE color: 2110672.
HSL color Cylindrical-coordinate representation of color #D03420: hue angle of 6.82º 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 #D03420 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 32 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.18 |
| HSL | 6.82º | 0.73% | 0.47% | - |
| HSV(B) | 6.82º | 0.85% | 0.82% | - |
| XYZ | 27.5 | 15.97 | 3 | - |
| YUV | 96.36 | 91.68 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 32 | 0 | 0.75 | 0.85 | 0.18 | 6.82 | 0.73 | 0.47 |
| Hex | D0 | 34 | 20 | 0 | 4B | 55 | 12 | 7 | 49 | 2F |
| Octal | 320 | 64 | 40 | 0 | 113 | 125 | 22 | 7 | 111 | 57 |
| Binary | 11010000 | 110100 | 100000 | 0 | 1001011 | 1010101 | 10010 | 111 | 1001001 | 101111 |
Color Harmonies of #D03420
Complementary color
Monochromatic Colors of #D03420
Black with #D03420
Text Example
Text Example
White with #D03420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03420; }
p { color: rgb(208,52,32); }
H1.HeaderClassName
{
color: #D03420;
}
.AnyTagClassName
{
color: #D03420;
}
</style>
background-color css
<style>
a { background-color: #D03420; }
a { background-color: rgb(208,52,32); }
div.DivClassName
{
background-color: #D03420;
}
.BgClassName
{
background-color: #D03420;
}
</style>
border-color css
<style>
span { border-color: #D03420; }
span { border-color: rgb(208,52,32); }
td.TdClassName
{
border-color: #D03420;
}
.TagClassName
{
border-color: #D03420;
}
</style>