Html Css Color HEX #D03920 Harley Davidson Orange
📋 copy color: '#D03920'red 208 ◦ green 57 ◦ blue 32
Shades of Harley Davidson Orange #D03920
Tints of Harley Davidson Orange #D03920
RGB
CMYK
RGB Variations
Color information
#D03920 (or 0xD03920) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 20. RGB value is (208,57,32). Sum of RGB (Red+Green+Blue) = 208+57+32=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D03920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03920 is #2FC6DF. Grayscale: #636363. Windows color (decimal): -3131104 or 2111952. OLE color: 2111952.
HSL color Cylindrical-coordinate representation of color #D03920: hue angle of 8.52º 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 #D03920 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.18 |
| HSL | 8.52º | 0.73% | 0.47% | - |
| HSV(B) | 8.52º | 0.85% | 0.82% | - |
| XYZ | 27.74 | 16.44 | 3.08 | - |
| YUV | 99.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 32 | 0 | 0.73 | 0.85 | 0.18 | 8.52 | 0.73 | 0.47 |
| Hex | D0 | 39 | 20 | 0 | 49 | 55 | 12 | 9 | 49 | 2F |
| Octal | 320 | 71 | 40 | 0 | 111 | 125 | 22 | 11 | 111 | 57 |
| Binary | 11010000 | 111001 | 100000 | 0 | 1001001 | 1010101 | 10010 | 1001 | 1001001 | 101111 |
Color Harmonies of #D03920
Complementary color
Monochromatic Colors of #D03920
Black with #D03920
Text Example
Text Example
White with #D03920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03920; }
p { color: rgb(208,57,32); }
H1.HeaderClassName
{
color: #D03920;
}
.AnyTagClassName
{
color: #D03920;
}
</style>
background-color css
<style>
a { background-color: #D03920; }
a { background-color: rgb(208,57,32); }
div.DivClassName
{
background-color: #D03920;
}
.BgClassName
{
background-color: #D03920;
}
</style>
border-color css
<style>
span { border-color: #D03920; }
span { border-color: rgb(208,57,32); }
td.TdClassName
{
border-color: #D03920;
}
.TagClassName
{
border-color: #D03920;
}
</style>