Html Css Color HEX #DD3805 Harley Davidson Orange
📋 copy color: '#DD3805'red 221 ◦ green 56 ◦ blue 5
Shades of Harley Davidson Orange #DD3805
Tints of Harley Davidson Orange #DD3805
RGB
CMYK
RGB Variations
Color information
#DD3805 (or 0xDD3805) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 05. RGB value is (221,56,5). Sum of RGB (Red+Green+Blue) = 221+56+5=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3805 is #22C7FA. Grayscale: #636363. Windows color (decimal): -2279419 or 342237. OLE color: 342237.
HSL color Cylindrical-coordinate representation of color #DD3805: hue angle of 14.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 #DD3805 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.13 |
| HSL | 14.17º | 0.96% | 0.44% | - |
| HSV(B) | 14.17º | 0.98% | 0.87% | - |
| XYZ | 31.26 | 18.21 | 2.01 | - |
| YUV | 99.52 | 74.66 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 5 | 0 | 0.75 | 0.98 | 0.13 | 14.17 | 0.96 | 0.44 |
| Hex | DD | 38 | 5 | 0 | 4B | 62 | D | E | 60 | 2C |
| Octal | 335 | 70 | 5 | 0 | 113 | 142 | 15 | 16 | 140 | 54 |
| Binary | 11011101 | 111000 | 101 | 0 | 1001011 | 1100010 | 1101 | 1110 | 1100000 | 101100 |
Color Harmonies of #DD3805
Complementary color
Monochromatic Colors of #DD3805
Black with #DD3805
Text Example
Text Example
White with #DD3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3805; }
p { color: rgb(221,56,5); }
H1.HeaderClassName
{
color: #DD3805;
}
.AnyTagClassName
{
color: #DD3805;
}
</style>
background-color css
<style>
a { background-color: #DD3805; }
a { background-color: rgb(221,56,5); }
div.DivClassName
{
background-color: #DD3805;
}
.BgClassName
{
background-color: #DD3805;
}
</style>
border-color css
<style>
span { border-color: #DD3805; }
span { border-color: rgb(221,56,5); }
td.TdClassName
{
border-color: #DD3805;
}
.TagClassName
{
border-color: #DD3805;
}
</style>