Html Css Color HEX #D0310B Harley Davidson Orange
📋 copy color: '#D0310B'red 208 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #D0310B
Tints of Harley Davidson Orange #D0310B
RGB
CMYK
RGB Variations
Color information
#D0310B (or 0xD0310B) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 0B. RGB value is (208,49,11). Sum of RGB (Red+Green+Blue) = 208+49+11=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D0310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0310B is #2FCEF4. Grayscale: #5C5C5C. Windows color (decimal): -3133173 or 733648. OLE color: 733648.
HSL color Cylindrical-coordinate representation of color #D0310B: hue angle of 11.57º 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 #D0310B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.18 |
| HSL | 11.57º | 0.9% | 0.43% | - |
| HSV(B) | 11.57º | 0.95% | 0.82% | - |
| XYZ | 27.17 | 15.63 | 1.9 | - |
| YUV | 92.21 | 82.18 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 11 | 0 | 0.76 | 0.95 | 0.18 | 11.57 | 0.9 | 0.43 |
| Hex | D0 | 31 | B | 0 | 4C | 5F | 12 | C | 5A | 2B |
| Octal | 320 | 61 | 13 | 0 | 114 | 137 | 22 | 14 | 132 | 53 |
| Binary | 11010000 | 110001 | 1011 | 0 | 1001100 | 1011111 | 10010 | 1100 | 1011010 | 101011 |
Color Harmonies of #D0310B
Complementary color
Monochromatic Colors of #D0310B
Black with #D0310B
Text Example
Text Example
White with #D0310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0310B; }
p { color: rgb(208,49,11); }
H1.HeaderClassName
{
color: #D0310B;
}
.AnyTagClassName
{
color: #D0310B;
}
</style>
background-color css
<style>
a { background-color: #D0310B; }
a { background-color: rgb(208,49,11); }
div.DivClassName
{
background-color: #D0310B;
}
.BgClassName
{
background-color: #D0310B;
}
</style>
border-color css
<style>
span { border-color: #D0310B; }
span { border-color: rgb(208,49,11); }
td.TdClassName
{
border-color: #D0310B;
}
.TagClassName
{
border-color: #D0310B;
}
</style>