Html Css Color HEX #DD3E01 Harley Davidson Orange
📋 copy color: '#DD3E01'red 221 ◦ green 62 ◦ blue 1
Shades of Harley Davidson Orange #DD3E01
Tints of Harley Davidson Orange #DD3E01
RGB
CMYK
RGB Variations
Color information
#DD3E01 (or 0xDD3E01) is known color: Harley Davidson Orange. HEX triplet: DD, 3E and 01. RGB value is (221,62,1). Sum of RGB (Red+Green+Blue) = 221+62+1=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3E01 is #22C1FE. Grayscale: #666666. Windows color (decimal): -2277887 or 81629. OLE color: 81629.
HSL color Cylindrical-coordinate representation of color #DD3E01: hue angle of 16.64º 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 #DD3E01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.13 |
| HSL | 16.64º | 0.99% | 0.44% | - |
| HSV(B) | 16.64º | 1% | 0.87% | - |
| XYZ | 31.55 | 18.82 | 2 | - |
| YUV | 102.59 | 70.68 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 1 | 0 | 0.72 | 1.00 | 0.13 | 16.64 | 0.99 | 0.44 |
| Hex | DD | 3E | 1 | 0 | 48 | 64 | D | 11 | 63 | 2C |
| Octal | 335 | 76 | 1 | 0 | 110 | 144 | 15 | 21 | 143 | 54 |
| Binary | 11011101 | 111110 | 1 | 0 | 1001000 | 1100100 | 1101 | 10001 | 1100011 | 101100 |
Color Harmonies of #DD3E01
Complementary color
Monochromatic Colors of #DD3E01
Black with #DD3E01
Text Example
Text Example
White with #DD3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E01; }
p { color: rgb(221,62,1); }
H1.HeaderClassName
{
color: #DD3E01;
}
.AnyTagClassName
{
color: #DD3E01;
}
</style>
background-color css
<style>
a { background-color: #DD3E01; }
a { background-color: rgb(221,62,1); }
div.DivClassName
{
background-color: #DD3E01;
}
.BgClassName
{
background-color: #DD3E01;
}
</style>
border-color css
<style>
span { border-color: #DD3E01; }
span { border-color: rgb(221,62,1); }
td.TdClassName
{
border-color: #DD3E01;
}
.TagClassName
{
border-color: #DD3E01;
}
</style>