Html Css Color HEX #DD3A01 Harley Davidson Orange
📋 copy color: '#DD3A01'red 221 ◦ green 58 ◦ blue 1
Shades of Harley Davidson Orange #DD3A01
Tints of Harley Davidson Orange #DD3A01
RGB
CMYK
RGB Variations
Color information
#DD3A01 (or 0xDD3A01) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 01. RGB value is (221,58,1). Sum of RGB (Red+Green+Blue) = 221+58+1=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A01 is #22C5FE. Grayscale: #646464. Windows color (decimal): -2278911 or 80605. OLE color: 80605.
HSL color Cylindrical-coordinate representation of color #DD3A01: hue angle of 15.55º 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 #DD3A01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.13 |
| HSL | 15.55º | 0.99% | 0.44% | - |
| HSV(B) | 15.55º | 1% | 0.87% | - |
| XYZ | 31.34 | 18.4 | 1.93 | - |
| YUV | 100.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 1 | 0 | 0.74 | 1.00 | 0.13 | 15.55 | 0.99 | 0.44 |
| Hex | DD | 3A | 1 | 0 | 4A | 64 | D | 10 | 63 | 2C |
| Octal | 335 | 72 | 1 | 0 | 112 | 144 | 15 | 20 | 143 | 54 |
| Binary | 11011101 | 111010 | 1 | 0 | 1001010 | 1100100 | 1101 | 10000 | 1100011 | 101100 |
Color Harmonies of #DD3A01
Complementary color
Monochromatic Colors of #DD3A01
Black with #DD3A01
Text Example
Text Example
White with #DD3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A01; }
p { color: rgb(221,58,1); }
H1.HeaderClassName
{
color: #DD3A01;
}
.AnyTagClassName
{
color: #DD3A01;
}
</style>
background-color css
<style>
a { background-color: #DD3A01; }
a { background-color: rgb(221,58,1); }
div.DivClassName
{
background-color: #DD3A01;
}
.BgClassName
{
background-color: #DD3A01;
}
</style>
border-color css
<style>
span { border-color: #DD3A01; }
span { border-color: rgb(221,58,1); }
td.TdClassName
{
border-color: #DD3A01;
}
.TagClassName
{
border-color: #DD3A01;
}
</style>