Html Css Color HEX #DD360B Harley Davidson Orange
📋 copy color: '#DD360B'red 221 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #DD360B
Tints of Harley Davidson Orange #DD360B
RGB
CMYK
RGB Variations
Color information
#DD360B (or 0xDD360B) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 0B. RGB value is (221,54,11). Sum of RGB (Red+Green+Blue) = 221+54+11=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD360B is #22C9F4. Grayscale: #636363. Windows color (decimal): -2279925 or 734941. OLE color: 734941.
HSL color Cylindrical-coordinate representation of color #DD360B: hue angle of 12.29º 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 #DD360B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.13 |
| HSL | 12.29º | 0.91% | 0.45% | - |
| HSV(B) | 12.29º | 0.95% | 0.87% | - |
| XYZ | 31.2 | 18.03 | 2.15 | - |
| YUV | 99.03 | 78.33 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 11 | 0 | 0.76 | 0.95 | 0.13 | 12.29 | 0.91 | 0.45 |
| Hex | DD | 36 | B | 0 | 4C | 5F | D | C | 5B | 2D |
| Octal | 335 | 66 | 13 | 0 | 114 | 137 | 15 | 14 | 133 | 55 |
| Binary | 11011101 | 110110 | 1011 | 0 | 1001100 | 1011111 | 1101 | 1100 | 1011011 | 101101 |
Color Harmonies of #DD360B
Complementary color
Monochromatic Colors of #DD360B
Black with #DD360B
Text Example
Text Example
White with #DD360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD360B; }
p { color: rgb(221,54,11); }
H1.HeaderClassName
{
color: #DD360B;
}
.AnyTagClassName
{
color: #DD360B;
}
</style>
background-color css
<style>
a { background-color: #DD360B; }
a { background-color: rgb(221,54,11); }
div.DivClassName
{
background-color: #DD360B;
}
.BgClassName
{
background-color: #DD360B;
}
</style>
border-color css
<style>
span { border-color: #DD360B; }
span { border-color: rgb(221,54,11); }
td.TdClassName
{
border-color: #DD360B;
}
.TagClassName
{
border-color: #DD360B;
}
</style>