Html Css Color HEX #DD4915 Harley Davidson Orange
📋 copy color: '#DD4915'red 221 ◦ green 73 ◦ blue 21
Shades of Harley Davidson Orange #DD4915
Tints of Harley Davidson Orange #DD4915
RGB
CMYK
RGB Variations
Color information
#DD4915 (or 0xDD4915) is known color: Harley Davidson Orange. HEX triplet: DD, 49 and 15. RGB value is (221,73,21). Sum of RGB (Red+Green+Blue) = 221+73+21=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4915 is #22B6EA. Grayscale: #6F6F6F. Windows color (decimal): -2275051 or 1395165. OLE color: 1395165.
HSL color Cylindrical-coordinate representation of color #DD4915: hue angle of 15.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4915 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 21 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.13 |
| HSL | 15.6º | 0.83% | 0.47% | - |
| HSV(B) | 15.6º | 0.9% | 0.87% | - |
| XYZ | 32.34 | 20.19 | 2.9 | - |
| YUV | 111.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 21 | 0 | 0.67 | 0.90 | 0.13 | 15.6 | 0.83 | 0.47 |
| Hex | DD | 49 | 15 | 0 | 43 | 5A | D | 10 | 53 | 2F |
| Octal | 335 | 111 | 25 | 0 | 103 | 132 | 15 | 20 | 123 | 57 |
| Binary | 11011101 | 1001001 | 10101 | 0 | 1000011 | 1011010 | 1101 | 10000 | 1010011 | 101111 |
Color Harmonies of #DD4915
Complementary color
Monochromatic Colors of #DD4915
Black with #DD4915
Text Example
Text Example
White with #DD4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4915; }
p { color: rgb(221,73,21); }
H1.HeaderClassName
{
color: #DD4915;
}
.AnyTagClassName
{
color: #DD4915;
}
</style>
background-color css
<style>
a { background-color: #DD4915; }
a { background-color: rgb(221,73,21); }
div.DivClassName
{
background-color: #DD4915;
}
.BgClassName
{
background-color: #DD4915;
}
</style>
border-color css
<style>
span { border-color: #DD4915; }
span { border-color: rgb(221,73,21); }
td.TdClassName
{
border-color: #DD4915;
}
.TagClassName
{
border-color: #DD4915;
}
</style>