Html Css Color HEX #DD2308 Harley Davidson Orange
📋 copy color: '#DD2308'red 221 ◦ green 35 ◦ blue 8
Shades of Harley Davidson Orange #DD2308
Tints of Harley Davidson Orange #DD2308
RGB
CMYK
RGB Variations
Color information
#DD2308 (or 0xDD2308) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 08. RGB value is (221,35,8). Sum of RGB (Red+Green+Blue) = 221+35+8=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2308 is #22DCF7. Grayscale: #575757. Windows color (decimal): -2284792 or 533469. OLE color: 533469.
HSL color Cylindrical-coordinate representation of color #DD2308: hue angle of 7.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD2308 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.13 |
| HSL | 7.61º | 0.93% | 0.45% | - |
| HSV(B) | 7.61º | 0.96% | 0.87% | - |
| XYZ | 30.46 | 16.59 | 1.83 | - |
| YUV | 87.54 | 83.12 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 8 | 0 | 0.84 | 0.96 | 0.13 | 7.61 | 0.93 | 0.45 |
| Hex | DD | 23 | 8 | 0 | 54 | 60 | D | 8 | 5D | 2D |
| Octal | 335 | 43 | 10 | 0 | 124 | 140 | 15 | 10 | 135 | 55 |
| Binary | 11011101 | 100011 | 1000 | 0 | 1010100 | 1100000 | 1101 | 1000 | 1011101 | 101101 |
Color Harmonies of #DD2308
Complementary color
Monochromatic Colors of #DD2308
Black with #DD2308
Text Example
Text Example
White with #DD2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2308; }
p { color: rgb(221,35,8); }
H1.HeaderClassName
{
color: #DD2308;
}
.AnyTagClassName
{
color: #DD2308;
}
</style>
background-color css
<style>
a { background-color: #DD2308; }
a { background-color: rgb(221,35,8); }
div.DivClassName
{
background-color: #DD2308;
}
.BgClassName
{
background-color: #DD2308;
}
</style>
border-color css
<style>
span { border-color: #DD2308; }
span { border-color: rgb(221,35,8); }
td.TdClassName
{
border-color: #DD2308;
}
.TagClassName
{
border-color: #DD2308;
}
</style>