Html Css Color HEX #DD4315 Harley Davidson Orange
📋 copy color: '#DD4315'red 221 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #DD4315
Tints of Harley Davidson Orange #DD4315
RGB
CMYK
RGB Variations
Color information
#DD4315 (or 0xDD4315) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 15. RGB value is (221,67,21). Sum of RGB (Red+Green+Blue) = 221+67+21=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4315 is #22BCEA. Grayscale: #6C6C6C. Windows color (decimal): -2276587 or 1393629. OLE color: 1393629.
HSL color Cylindrical-coordinate representation of color #DD4315: hue angle of 13.8º 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 #DD4315 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.13 |
| HSL | 13.8º | 0.83% | 0.47% | - |
| HSV(B) | 13.8º | 0.9% | 0.87% | - |
| XYZ | 31.96 | 19.44 | 2.78 | - |
| YUV | 107.8 | 79.02 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 21 | 0 | 0.70 | 0.90 | 0.13 | 13.8 | 0.83 | 0.47 |
| Hex | DD | 43 | 15 | 0 | 46 | 5A | D | E | 53 | 2F |
| Octal | 335 | 103 | 25 | 0 | 106 | 132 | 15 | 16 | 123 | 57 |
| Binary | 11011101 | 1000011 | 10101 | 0 | 1000110 | 1011010 | 1101 | 1110 | 1010011 | 101111 |
Color Harmonies of #DD4315
Complementary color
Monochromatic Colors of #DD4315
Black with #DD4315
Text Example
Text Example
White with #DD4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4315; }
p { color: rgb(221,67,21); }
H1.HeaderClassName
{
color: #DD4315;
}
.AnyTagClassName
{
color: #DD4315;
}
</style>
background-color css
<style>
a { background-color: #DD4315; }
a { background-color: rgb(221,67,21); }
div.DivClassName
{
background-color: #DD4315;
}
.BgClassName
{
background-color: #DD4315;
}
</style>
border-color css
<style>
span { border-color: #DD4315; }
span { border-color: rgb(221,67,21); }
td.TdClassName
{
border-color: #DD4315;
}
.TagClassName
{
border-color: #DD4315;
}
</style>