Html Css Color HEX #D0390B Harley Davidson Orange
📋 copy color: '#D0390B'red 208 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #D0390B
Tints of Harley Davidson Orange #D0390B
RGB
CMYK
RGB Variations
Color information
#D0390B (or 0xD0390B) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 0B. RGB value is (208,57,11). Sum of RGB (Red+Green+Blue) = 208+57+11=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0390B is #2FC6F4. Grayscale: #616161. Windows color (decimal): -3131125 or 735696. OLE color: 735696.
HSL color Cylindrical-coordinate representation of color #D0390B: hue angle of 14.01º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0390B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.18 |
| HSL | 14.01º | 0.9% | 0.43% | - |
| HSV(B) | 14.01º | 0.95% | 0.82% | - |
| XYZ | 27.54 | 16.36 | 2.02 | - |
| YUV | 96.91 | 79.53 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 11 | 0 | 0.73 | 0.95 | 0.18 | 14.01 | 0.9 | 0.43 |
| Hex | D0 | 39 | B | 0 | 49 | 5F | 12 | E | 5A | 2B |
| Octal | 320 | 71 | 13 | 0 | 111 | 137 | 22 | 16 | 132 | 53 |
| Binary | 11010000 | 111001 | 1011 | 0 | 1001001 | 1011111 | 10010 | 1110 | 1011010 | 101011 |
Color Harmonies of #D0390B
Complementary color
Monochromatic Colors of #D0390B
Black with #D0390B
Text Example
Text Example
White with #D0390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0390B; }
p { color: rgb(208,57,11); }
H1.HeaderClassName
{
color: #D0390B;
}
.AnyTagClassName
{
color: #D0390B;
}
</style>
background-color css
<style>
a { background-color: #D0390B; }
a { background-color: rgb(208,57,11); }
div.DivClassName
{
background-color: #D0390B;
}
.BgClassName
{
background-color: #D0390B;
}
</style>
border-color css
<style>
span { border-color: #D0390B; }
span { border-color: rgb(208,57,11); }
td.TdClassName
{
border-color: #D0390B;
}
.TagClassName
{
border-color: #D0390B;
}
</style>