Html Css Color HEX #DD3D0F Harley Davidson Orange
📋 copy color: '#DD3D0F'red 221 ◦ green 61 ◦ blue 15
Shades of Harley Davidson Orange #DD3D0F
Tints of Harley Davidson Orange #DD3D0F
RGB
CMYK
RGB Variations
Color information
#DD3D0F (or 0xDD3D0F) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 0F. RGB value is (221,61,15). Sum of RGB (Red+Green+Blue) = 221+61+15=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D0F is #22C2F0. Grayscale: #676767. Windows color (decimal): -2278129 or 998877. OLE color: 998877.
HSL color Cylindrical-coordinate representation of color #DD3D0F: hue angle of 13.4º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD3D0F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 15 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.13 |
| HSL | 13.4º | 0.87% | 0.46% | - |
| HSV(B) | 13.4º | 0.93% | 0.87% | - |
| XYZ | 31.57 | 18.74 | 2.41 | - |
| YUV | 103.6 | 78.01 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 15 | 0 | 0.72 | 0.93 | 0.13 | 13.4 | 0.87 | 0.46 |
| Hex | DD | 3D | F | 0 | 48 | 5D | D | D | 57 | 2E |
| Octal | 335 | 75 | 17 | 0 | 110 | 135 | 15 | 15 | 127 | 56 |
| Binary | 11011101 | 111101 | 1111 | 0 | 1001000 | 1011101 | 1101 | 1101 | 1010111 | 101110 |
Color Harmonies of #DD3D0F
Complementary color
Monochromatic Colors of #DD3D0F
Black with #DD3D0F
Text Example
Text Example
White with #DD3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D0F; }
p { color: rgb(221,61,15); }
H1.HeaderClassName
{
color: #DD3D0F;
}
.AnyTagClassName
{
color: #DD3D0F;
}
</style>
background-color css
<style>
a { background-color: #DD3D0F; }
a { background-color: rgb(221,61,15); }
div.DivClassName
{
background-color: #DD3D0F;
}
.BgClassName
{
background-color: #DD3D0F;
}
</style>
border-color css
<style>
span { border-color: #DD3D0F; }
span { border-color: rgb(221,61,15); }
td.TdClassName
{
border-color: #DD3D0F;
}
.TagClassName
{
border-color: #DD3D0F;
}
</style>