Html Css Color HEX #DD3D00 Harley Davidson Orange
📋 copy color: '#DD3D00'red 221 ◦ green 61 ◦ blue 0
Shades of Harley Davidson Orange #DD3D00
Tints of Harley Davidson Orange #DD3D00
RGB
CMYK
RGB Variations
Color information
#DD3D00 (or 0xDD3D00) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 00. RGB value is (221,61,0). Sum of RGB (Red+Green+Blue) = 221+61+0=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D00 is #22C2FF. Grayscale: #666666. Windows color (decimal): -2278144 or 15837. OLE color: 15837.
HSL color Cylindrical-coordinate representation of color #DD3D00: hue angle of 16.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3D00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.13 |
| HSL | 16.56º | 1% | 0.43% | - |
| HSV(B) | 16.56º | 1% | 0.87% | - |
| XYZ | 31.49 | 18.71 | 1.95 | - |
| YUV | 101.89 | 70.51 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 0 | 0 | 0.72 | 1 | 0.13 | 16.56 | 1 | 0.43 |
| Hex | DD | 3D | 0 | 0 | 48 | 64 | D | 11 | 64 | 2B |
| Octal | 335 | 75 | 0 | 0 | 110 | 144 | 15 | 21 | 144 | 53 |
| Binary | 11011101 | 111101 | 0 | 0 | 1001000 | 1100100 | 1101 | 10001 | 1100100 | 101011 |
Color Harmonies of #DD3D00
Complementary color
Monochromatic Colors of #DD3D00
Black with #DD3D00
Text Example
Text Example
White with #DD3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D00; }
p { color: rgb(221,61,0); }
H1.HeaderClassName
{
color: #DD3D00;
}
.AnyTagClassName
{
color: #DD3D00;
}
</style>
background-color css
<style>
a { background-color: #DD3D00; }
a { background-color: rgb(221,61,0); }
div.DivClassName
{
background-color: #DD3D00;
}
.BgClassName
{
background-color: #DD3D00;
}
</style>
border-color css
<style>
span { border-color: #DD3D00; }
span { border-color: rgb(221,61,0); }
td.TdClassName
{
border-color: #DD3D00;
}
.TagClassName
{
border-color: #DD3D00;
}
</style>