Html Css Color HEX #DD310B Harley Davidson Orange
📋 copy color: '#DD310B'red 221 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #DD310B
Tints of Harley Davidson Orange #DD310B
RGB
CMYK
RGB Variations
Color information
#DD310B (or 0xDD310B) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 0B. RGB value is (221,49,11). Sum of RGB (Red+Green+Blue) = 221+49+11=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD310B is #22CEF4. Grayscale: #606060. Windows color (decimal): -2281205 or 733661. OLE color: 733661.
HSL color Cylindrical-coordinate representation of color #DD310B: hue angle of 10.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD310B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.13 |
| HSL | 10.86º | 0.91% | 0.45% | - |
| HSV(B) | 10.86º | 0.95% | 0.87% | - |
| XYZ | 30.98 | 17.59 | 2.08 | - |
| YUV | 96.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 11 | 0 | 0.78 | 0.95 | 0.13 | 10.86 | 0.91 | 0.45 |
| Hex | DD | 31 | B | 0 | 4E | 5F | D | B | 5B | 2D |
| Octal | 335 | 61 | 13 | 0 | 116 | 137 | 15 | 13 | 133 | 55 |
| Binary | 11011101 | 110001 | 1011 | 0 | 1001110 | 1011111 | 1101 | 1011 | 1011011 | 101101 |
Color Harmonies of #DD310B
Complementary color
Monochromatic Colors of #DD310B
Black with #DD310B
Text Example
Text Example
White with #DD310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD310B; }
p { color: rgb(221,49,11); }
H1.HeaderClassName
{
color: #DD310B;
}
.AnyTagClassName
{
color: #DD310B;
}
</style>
background-color css
<style>
a { background-color: #DD310B; }
a { background-color: rgb(221,49,11); }
div.DivClassName
{
background-color: #DD310B;
}
.BgClassName
{
background-color: #DD310B;
}
</style>
border-color css
<style>
span { border-color: #DD310B; }
span { border-color: rgb(221,49,11); }
td.TdClassName
{
border-color: #DD310B;
}
.TagClassName
{
border-color: #DD310B;
}
</style>