Html Css Color HEX #DD3C01 Harley Davidson Orange
📋 copy color: '#DD3C01'red 221 ◦ green 60 ◦ blue 1
Shades of Harley Davidson Orange #DD3C01
Tints of Harley Davidson Orange #DD3C01
RGB
CMYK
RGB Variations
Color information
#DD3C01 (or 0xDD3C01) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 01. RGB value is (221,60,1). Sum of RGB (Red+Green+Blue) = 221+60+1=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C01 is #22C3FE. Grayscale: #656565. Windows color (decimal): -2278399 or 81117. OLE color: 81117.
HSL color Cylindrical-coordinate representation of color #DD3C01: hue angle of 16.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.13 |
| HSL | 16.09º | 0.99% | 0.44% | - |
| HSV(B) | 16.09º | 1% | 0.87% | - |
| XYZ | 31.44 | 18.61 | 1.96 | - |
| YUV | 101.41 | 71.34 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 1 | 0 | 0.73 | 1.00 | 0.13 | 16.09 | 0.99 | 0.44 |
| Hex | DD | 3C | 1 | 0 | 49 | 64 | D | 10 | 63 | 2C |
| Octal | 335 | 74 | 1 | 0 | 111 | 144 | 15 | 20 | 143 | 54 |
| Binary | 11011101 | 111100 | 1 | 0 | 1001001 | 1100100 | 1101 | 10000 | 1100011 | 101100 |
Color Harmonies of #DD3C01
Complementary color
Monochromatic Colors of #DD3C01
Black with #DD3C01
Text Example
Text Example
White with #DD3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C01; }
p { color: rgb(221,60,1); }
H1.HeaderClassName
{
color: #DD3C01;
}
.AnyTagClassName
{
color: #DD3C01;
}
</style>
background-color css
<style>
a { background-color: #DD3C01; }
a { background-color: rgb(221,60,1); }
div.DivClassName
{
background-color: #DD3C01;
}
.BgClassName
{
background-color: #DD3C01;
}
</style>
border-color css
<style>
span { border-color: #DD3C01; }
span { border-color: rgb(221,60,1); }
td.TdClassName
{
border-color: #DD3C01;
}
.TagClassName
{
border-color: #DD3C01;
}
</style>