Html Css Color HEX #DD2605 Harley Davidson Orange
📋 copy color: '#DD2605'red 221 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #DD2605
Tints of Harley Davidson Orange #DD2605
RGB
CMYK
RGB Variations
Color information
#DD2605 (or 0xDD2605) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 05. RGB value is (221,38,5). Sum of RGB (Red+Green+Blue) = 221+38+5=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2605 is #22D9FA. Grayscale: #595959. Windows color (decimal): -2284027 or 337629. OLE color: 337629.
HSL color Cylindrical-coordinate representation of color #DD2605: hue angle of 9.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD2605 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.13 |
| HSL | 9.17º | 0.96% | 0.44% | - |
| HSV(B) | 9.17º | 0.98% | 0.87% | - |
| XYZ | 30.54 | 16.77 | 1.77 | - |
| YUV | 88.96 | 80.63 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 5 | 0 | 0.83 | 0.98 | 0.13 | 9.17 | 0.96 | 0.44 |
| Hex | DD | 26 | 5 | 0 | 53 | 62 | D | 9 | 60 | 2C |
| Octal | 335 | 46 | 5 | 0 | 123 | 142 | 15 | 11 | 140 | 54 |
| Binary | 11011101 | 100110 | 101 | 0 | 1010011 | 1100010 | 1101 | 1001 | 1100000 | 101100 |
Color Harmonies of #DD2605
Complementary color
Monochromatic Colors of #DD2605
Black with #DD2605
Text Example
Text Example
White with #DD2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2605; }
p { color: rgb(221,38,5); }
H1.HeaderClassName
{
color: #DD2605;
}
.AnyTagClassName
{
color: #DD2605;
}
</style>
background-color css
<style>
a { background-color: #DD2605; }
a { background-color: rgb(221,38,5); }
div.DivClassName
{
background-color: #DD2605;
}
.BgClassName
{
background-color: #DD2605;
}
</style>
border-color css
<style>
span { border-color: #DD2605; }
span { border-color: rgb(221,38,5); }
td.TdClassName
{
border-color: #DD2605;
}
.TagClassName
{
border-color: #DD2605;
}
</style>