Html Css Color HEX #DD3E14 Harley Davidson Orange
📋 copy color: '#DD3E14'red 221 ◦ green 62 ◦ blue 20
Shades of Harley Davidson Orange #DD3E14
Tints of Harley Davidson Orange #DD3E14
RGB
CMYK
RGB Variations
Color information
#DD3E14 (or 0xDD3E14) is known color: Harley Davidson Orange. HEX triplet: DD, 3E and 14. RGB value is (221,62,20). Sum of RGB (Red+Green+Blue) = 221+62+20=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3E14 is #22C1EB. Grayscale: #696969. Windows color (decimal): -2277868 or 1326813. OLE color: 1326813.
HSL color Cylindrical-coordinate representation of color #DD3E14: hue angle of 12.54º 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 #DD3E14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 62 | 20 | - |
CMYK | 0 | 0.72 | 0.91 | 0.13 |
HSL | 12.54º | 0.83% | 0.47% | - |
HSV(B) | 12.54º | 0.91% | 0.87% | - |
XYZ | 31.67 | 18.87 | 2.63 | - |
YUV | 104.75 | 80.18 | 210.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 62 | 20 | 0 | 0.72 | 0.91 | 0.13 | 12.54 | 0.83 | 0.47 |
Hex | DD | 3E | 14 | 0 | 48 | 5B | D | D | 53 | 2F |
Octal | 335 | 76 | 24 | 0 | 110 | 133 | 15 | 15 | 123 | 57 |
Binary | 11011101 | 111110 | 10100 | 0 | 1001000 | 1011011 | 1101 | 1101 | 1010011 | 101111 |
Color Harmonies of #DD3E14
Complementary color
Monochromatic Colors of #DD3E14
Black with #DD3E14
Text Example
Text Example
White with #DD3E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E14; }
p { color: rgb(221,62,20); }
H1.HeaderClassName
{
color: #DD3E14;
}
.AnyTagClassName
{
color: #DD3E14;
}
</style>
background-color css
<style>
a { background-color: #DD3E14; }
a { background-color: rgb(221,62,20); }
div.DivClassName
{
background-color: #DD3E14;
}
.BgClassName
{
background-color: #DD3E14;
}
</style>
border-color css
<style>
span { border-color: #DD3E14; }
span { border-color: rgb(221,62,20); }
td.TdClassName
{
border-color: #DD3E14;
}
.TagClassName
{
border-color: #DD3E14;
}
</style>