Html Css Color HEX #DD3405 Harley Davidson Orange
📋 copy color: '#DD3405'red 221 ◦ green 52 ◦ blue 5
Shades of Harley Davidson Orange #DD3405
Tints of Harley Davidson Orange #DD3405
RGB
CMYK
RGB Variations
Color information
#DD3405 (or 0xDD3405) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 05. RGB value is (221,52,5). Sum of RGB (Red+Green+Blue) = 221+52+5=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3405 is #22CBFA. Grayscale: #616161. Windows color (decimal): -2280443 or 341213. OLE color: 341213.
HSL color Cylindrical-coordinate representation of color #DD3405: hue angle of 13.06º 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 #DD3405 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.13 |
| HSL | 13.06º | 0.96% | 0.44% | - |
| HSV(B) | 13.06º | 0.98% | 0.87% | - |
| XYZ | 31.07 | 17.84 | 1.95 | - |
| YUV | 97.17 | 75.99 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 5 | 0 | 0.76 | 0.98 | 0.13 | 13.06 | 0.96 | 0.44 |
| Hex | DD | 34 | 5 | 0 | 4C | 62 | D | D | 60 | 2C |
| Octal | 335 | 64 | 5 | 0 | 114 | 142 | 15 | 15 | 140 | 54 |
| Binary | 11011101 | 110100 | 101 | 0 | 1001100 | 1100010 | 1101 | 1101 | 1100000 | 101100 |
Color Harmonies of #DD3405
Complementary color
Monochromatic Colors of #DD3405
Black with #DD3405
Text Example
Text Example
White with #DD3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3405; }
p { color: rgb(221,52,5); }
H1.HeaderClassName
{
color: #DD3405;
}
.AnyTagClassName
{
color: #DD3405;
}
</style>
background-color css
<style>
a { background-color: #DD3405; }
a { background-color: rgb(221,52,5); }
div.DivClassName
{
background-color: #DD3405;
}
.BgClassName
{
background-color: #DD3405;
}
</style>
border-color css
<style>
span { border-color: #DD3405; }
span { border-color: rgb(221,52,5); }
td.TdClassName
{
border-color: #DD3405;
}
.TagClassName
{
border-color: #DD3405;
}
</style>