Html Css Color HEX #DD300B Harley Davidson Orange
📋 copy color: '#DD300B'red 221 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #DD300B
Tints of Harley Davidson Orange #DD300B
RGB
CMYK
RGB Variations
Color information
#DD300B (or 0xDD300B) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 0B. RGB value is (221,48,11). Sum of RGB (Red+Green+Blue) = 221+48+11=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD300B is #22CFF4. Grayscale: #5F5F5F. Windows color (decimal): -2281461 or 733405. OLE color: 733405.
HSL color Cylindrical-coordinate representation of color #DD300B: hue angle of 10.57º 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 #DD300B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.13 |
| HSL | 10.57º | 0.91% | 0.45% | - |
| HSV(B) | 10.57º | 0.95% | 0.87% | - |
| XYZ | 30.94 | 17.51 | 2.07 | - |
| YUV | 95.51 | 80.31 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 11 | 0 | 0.78 | 0.95 | 0.13 | 10.57 | 0.91 | 0.45 |
| Hex | DD | 30 | B | 0 | 4E | 5F | D | B | 5B | 2D |
| Octal | 335 | 60 | 13 | 0 | 116 | 137 | 15 | 13 | 133 | 55 |
| Binary | 11011101 | 110000 | 1011 | 0 | 1001110 | 1011111 | 1101 | 1011 | 1011011 | 101101 |
Color Harmonies of #DD300B
Complementary color
Monochromatic Colors of #DD300B
Black with #DD300B
Text Example
Text Example
White with #DD300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD300B; }
p { color: rgb(221,48,11); }
H1.HeaderClassName
{
color: #DD300B;
}
.AnyTagClassName
{
color: #DD300B;
}
</style>
background-color css
<style>
a { background-color: #DD300B; }
a { background-color: rgb(221,48,11); }
div.DivClassName
{
background-color: #DD300B;
}
.BgClassName
{
background-color: #DD300B;
}
</style>
border-color css
<style>
span { border-color: #DD300B; }
span { border-color: rgb(221,48,11); }
td.TdClassName
{
border-color: #DD300B;
}
.TagClassName
{
border-color: #DD300B;
}
</style>