Html Css Color HEX #DD2608 Harley Davidson Orange
📋 copy color: '#DD2608'red 221 ◦ green 38 ◦ blue 8
Shades of Harley Davidson Orange #DD2608
Tints of Harley Davidson Orange #DD2608
RGB
CMYK
RGB Variations
Color information
#DD2608 (or 0xDD2608) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 08. RGB value is (221,38,8). Sum of RGB (Red+Green+Blue) = 221+38+8=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2608 is #22D9F7. Grayscale: #595959. Windows color (decimal): -2284024 or 534237. OLE color: 534237.
HSL color Cylindrical-coordinate representation of color #DD2608: hue angle of 8.45º 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 #DD2608 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.13 |
| HSL | 8.45º | 0.93% | 0.45% | - |
| HSV(B) | 8.45º | 0.96% | 0.87% | - |
| XYZ | 30.56 | 16.78 | 1.86 | - |
| YUV | 89.3 | 82.13 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 8 | 0 | 0.83 | 0.96 | 0.13 | 8.45 | 0.93 | 0.45 |
| Hex | DD | 26 | 8 | 0 | 53 | 60 | D | 8 | 5D | 2D |
| Octal | 335 | 46 | 10 | 0 | 123 | 140 | 15 | 10 | 135 | 55 |
| Binary | 11011101 | 100110 | 1000 | 0 | 1010011 | 1100000 | 1101 | 1000 | 1011101 | 101101 |
Color Harmonies of #DD2608
Complementary color
Monochromatic Colors of #DD2608
Black with #DD2608
Text Example
Text Example
White with #DD2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2608; }
p { color: rgb(221,38,8); }
H1.HeaderClassName
{
color: #DD2608;
}
.AnyTagClassName
{
color: #DD2608;
}
</style>
background-color css
<style>
a { background-color: #DD2608; }
a { background-color: rgb(221,38,8); }
div.DivClassName
{
background-color: #DD2608;
}
.BgClassName
{
background-color: #DD2608;
}
</style>
border-color css
<style>
span { border-color: #DD2608; }
span { border-color: rgb(221,38,8); }
td.TdClassName
{
border-color: #DD2608;
}
.TagClassName
{
border-color: #DD2608;
}
</style>