Html Css Color HEX #DC310B Harley Davidson Orange
📋 copy color: '#DC310B'red 220 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #DC310B
Tints of Harley Davidson Orange #DC310B
RGB
CMYK
RGB Variations
Color information
#DC310B (or 0xDC310B) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 0B. RGB value is (220,49,11). Sum of RGB (Red+Green+Blue) = 220+49+11=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC310B is #23CEF4. Grayscale: #606060. Windows color (decimal): -2346741 or 733660. OLE color: 733660.
HSL color Cylindrical-coordinate representation of color #DC310B: hue angle of 10.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC310B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.14 |
| HSL | 10.91º | 0.9% | 0.45% | - |
| HSV(B) | 10.91º | 0.95% | 0.86% | - |
| XYZ | 30.67 | 17.44 | 2.07 | - |
| YUV | 95.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 11 | 0 | 0.78 | 0.95 | 0.14 | 10.91 | 0.9 | 0.45 |
| Hex | DC | 31 | B | 0 | 4E | 5F | E | B | 5A | 2D |
| Octal | 334 | 61 | 13 | 0 | 116 | 137 | 16 | 13 | 132 | 55 |
| Binary | 11011100 | 110001 | 1011 | 0 | 1001110 | 1011111 | 1110 | 1011 | 1011010 | 101101 |
Color Harmonies of #DC310B
Complementary color
Monochromatic Colors of #DC310B
Black with #DC310B
Text Example
Text Example
White with #DC310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC310B; }
p { color: rgb(220,49,11); }
H1.HeaderClassName
{
color: #DC310B;
}
.AnyTagClassName
{
color: #DC310B;
}
</style>
background-color css
<style>
a { background-color: #DC310B; }
a { background-color: rgb(220,49,11); }
div.DivClassName
{
background-color: #DC310B;
}
.BgClassName
{
background-color: #DC310B;
}
</style>
border-color css
<style>
span { border-color: #DC310B; }
span { border-color: rgb(220,49,11); }
td.TdClassName
{
border-color: #DC310B;
}
.TagClassName
{
border-color: #DC310B;
}
</style>