Html Css Color HEX #DD4814 Harley Davidson Orange
📋 copy color: '#DD4814'red 221 ◦ green 72 ◦ blue 20
Shades of Harley Davidson Orange #DD4814
Tints of Harley Davidson Orange #DD4814
RGB
CMYK
RGB Variations
Color information
#DD4814 (or 0xDD4814) is known color: Harley Davidson Orange. HEX triplet: DD, 48 and 14. RGB value is (221,72,20). Sum of RGB (Red+Green+Blue) = 221+72+20=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4814 is #22B7EB. Grayscale: #6E6E6E. Windows color (decimal): -2275308 or 1329373. OLE color: 1329373.
HSL color Cylindrical-coordinate representation of color #DD4814: hue angle of 15.52º 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 #DD4814 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 72 | 20 | - |
CMYK | 0 | 0.67 | 0.91 | 0.13 |
HSL | 15.52º | 0.83% | 0.47% | - |
HSV(B) | 15.52º | 0.91% | 0.87% | - |
XYZ | 32.26 | 20.06 | 2.83 | - |
YUV | 110.62 | 76.86 | 206.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 72 | 20 | 0 | 0.67 | 0.91 | 0.13 | 15.52 | 0.83 | 0.47 |
Hex | DD | 48 | 14 | 0 | 43 | 5B | D | 10 | 53 | 2F |
Octal | 335 | 110 | 24 | 0 | 103 | 133 | 15 | 20 | 123 | 57 |
Binary | 11011101 | 1001000 | 10100 | 0 | 1000011 | 1011011 | 1101 | 10000 | 1010011 | 101111 |
Color Harmonies of #DD4814
Complementary color
Monochromatic Colors of #DD4814
Black with #DD4814
Text Example
Text Example
White with #DD4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4814; }
p { color: rgb(221,72,20); }
H1.HeaderClassName
{
color: #DD4814;
}
.AnyTagClassName
{
color: #DD4814;
}
</style>
background-color css
<style>
a { background-color: #DD4814; }
a { background-color: rgb(221,72,20); }
div.DivClassName
{
background-color: #DD4814;
}
.BgClassName
{
background-color: #DD4814;
}
</style>
border-color css
<style>
span { border-color: #DD4814; }
span { border-color: rgb(221,72,20); }
td.TdClassName
{
border-color: #DD4814;
}
.TagClassName
{
border-color: #DD4814;
}
</style>