Html Css Color HEX #DD3D0A Harley Davidson Orange
📋 copy color: '#DD3D0A'red 221 ◦ green 61 ◦ blue 10
Shades of Harley Davidson Orange #DD3D0A
Tints of Harley Davidson Orange #DD3D0A
RGB
CMYK
RGB Variations
Color information
#DD3D0A (or 0xDD3D0A) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 0A. RGB value is (221,61,10). Sum of RGB (Red+Green+Blue) = 221+61+10=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D0A is #22C2F5. Grayscale: #676767. Windows color (decimal): -2278134 or 671197. OLE color: 671197.
HSL color Cylindrical-coordinate representation of color #DD3D0A: hue angle of 14.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD3D0A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.13 |
| HSL | 14.5º | 0.91% | 0.45% | - |
| HSV(B) | 14.5º | 0.95% | 0.87% | - |
| XYZ | 31.54 | 18.73 | 2.24 | - |
| YUV | 103.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 10 | 0 | 0.72 | 0.95 | 0.13 | 14.5 | 0.91 | 0.45 |
| Hex | DD | 3D | A | 0 | 48 | 5F | D | F | 5B | 2D |
| Octal | 335 | 75 | 12 | 0 | 110 | 137 | 15 | 17 | 133 | 55 |
| Binary | 11011101 | 111101 | 1010 | 0 | 1001000 | 1011111 | 1101 | 1111 | 1011011 | 101101 |
Color Harmonies of #DD3D0A
Complementary color
Monochromatic Colors of #DD3D0A
Black with #DD3D0A
Text Example
Text Example
White with #DD3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D0A; }
p { color: rgb(221,61,10); }
H1.HeaderClassName
{
color: #DD3D0A;
}
.AnyTagClassName
{
color: #DD3D0A;
}
</style>
background-color css
<style>
a { background-color: #DD3D0A; }
a { background-color: rgb(221,61,10); }
div.DivClassName
{
background-color: #DD3D0A;
}
.BgClassName
{
background-color: #DD3D0A;
}
</style>
border-color css
<style>
span { border-color: #DD3D0A; }
span { border-color: rgb(221,61,10); }
td.TdClassName
{
border-color: #DD3D0A;
}
.TagClassName
{
border-color: #DD3D0A;
}
</style>