Html Css Color HEX #DD3914 Harley Davidson Orange
📋 copy color: '#DD3914'red 221 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #DD3914
Tints of Harley Davidson Orange #DD3914
RGB
CMYK
RGB Variations
Color information
#DD3914 (or 0xDD3914) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 14. RGB value is (221,57,20). Sum of RGB (Red+Green+Blue) = 221+57+20=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3914 is #22C6EB. Grayscale: #666666. Windows color (decimal): -2279148 or 1325533. OLE color: 1325533.
HSL color Cylindrical-coordinate representation of color #DD3914: hue angle of 11.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD3914 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 20 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.13 |
| HSL | 11.04º | 0.83% | 0.47% | - |
| HSV(B) | 11.04º | 0.91% | 0.87% | - |
| XYZ | 31.41 | 18.35 | 2.55 | - |
| YUV | 101.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 20 | 0 | 0.74 | 0.91 | 0.13 | 11.04 | 0.83 | 0.47 |
| Hex | DD | 39 | 14 | 0 | 4A | 5B | D | B | 53 | 2F |
| Octal | 335 | 71 | 24 | 0 | 112 | 133 | 15 | 13 | 123 | 57 |
| Binary | 11011101 | 111001 | 10100 | 0 | 1001010 | 1011011 | 1101 | 1011 | 1010011 | 101111 |
Color Harmonies of #DD3914
Complementary color
Monochromatic Colors of #DD3914
Black with #DD3914
Text Example
Text Example
White with #DD3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3914; }
p { color: rgb(221,57,20); }
H1.HeaderClassName
{
color: #DD3914;
}
.AnyTagClassName
{
color: #DD3914;
}
</style>
background-color css
<style>
a { background-color: #DD3914; }
a { background-color: rgb(221,57,20); }
div.DivClassName
{
background-color: #DD3914;
}
.BgClassName
{
background-color: #DD3914;
}
</style>
border-color css
<style>
span { border-color: #DD3914; }
span { border-color: rgb(221,57,20); }
td.TdClassName
{
border-color: #DD3914;
}
.TagClassName
{
border-color: #DD3914;
}
</style>