Html Css Color HEX #D0391E Harley Davidson Orange
📋 copy color: '#D0391E'red 208 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #D0391E
Tints of Harley Davidson Orange #D0391E
RGB
CMYK
RGB Variations
Color information
#D0391E (or 0xD0391E) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 1E. RGB value is (208,57,30). Sum of RGB (Red+Green+Blue) = 208+57+30=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D0391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0391E is #2FC6E1. Grayscale: #636363. Windows color (decimal): -3131106 or 1980880. OLE color: 1980880.
HSL color Cylindrical-coordinate representation of color #D0391E: hue angle of 9.1º 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 #D0391E is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 30 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.18 |
| HSL | 9.1º | 0.75% | 0.47% | - |
| HSV(B) | 9.1º | 0.86% | 0.82% | - |
| XYZ | 27.71 | 16.43 | 2.94 | - |
| YUV | 99.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 30 | 0 | 0.73 | 0.86 | 0.18 | 9.1 | 0.75 | 0.47 |
| Hex | D0 | 39 | 1E | 0 | 49 | 56 | 12 | 9 | 4B | 2F |
| Octal | 320 | 71 | 36 | 0 | 111 | 126 | 22 | 11 | 113 | 57 |
| Binary | 11010000 | 111001 | 11110 | 0 | 1001001 | 1010110 | 10010 | 1001 | 1001011 | 101111 |
Color Harmonies of #D0391E
Complementary color
Monochromatic Colors of #D0391E
Black with #D0391E
Text Example
Text Example
White with #D0391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0391E; }
p { color: rgb(208,57,30); }
H1.HeaderClassName
{
color: #D0391E;
}
.AnyTagClassName
{
color: #D0391E;
}
</style>
background-color css
<style>
a { background-color: #D0391E; }
a { background-color: rgb(208,57,30); }
div.DivClassName
{
background-color: #D0391E;
}
.BgClassName
{
background-color: #D0391E;
}
</style>
border-color css
<style>
span { border-color: #D0391E; }
span { border-color: rgb(208,57,30); }
td.TdClassName
{
border-color: #D0391E;
}
.TagClassName
{
border-color: #D0391E;
}
</style>