Html Css Color HEX #DD4212 Harley Davidson Orange
📋 copy color: '#DD4212'red 221 ◦ green 66 ◦ blue 18
Shades of Harley Davidson Orange #DD4212
Tints of Harley Davidson Orange #DD4212
RGB
CMYK
RGB Variations
Color information
#DD4212 (or 0xDD4212) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 12. RGB value is (221,66,18). Sum of RGB (Red+Green+Blue) = 221+66+18=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4212 is #22BDED. Grayscale: #6B6B6B. Windows color (decimal): -2276846 or 1196765. OLE color: 1196765.
HSL color Cylindrical-coordinate representation of color #DD4212: hue angle of 14.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4212 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.13 |
| HSL | 14.19º | 0.85% | 0.47% | - |
| HSV(B) | 14.19º | 0.92% | 0.87% | - |
| XYZ | 31.88 | 19.31 | 2.62 | - |
| YUV | 106.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 18 | 0 | 0.70 | 0.92 | 0.13 | 14.19 | 0.85 | 0.47 |
| Hex | DD | 42 | 12 | 0 | 46 | 5C | D | E | 55 | 2F |
| Octal | 335 | 102 | 22 | 0 | 106 | 134 | 15 | 16 | 125 | 57 |
| Binary | 11011101 | 1000010 | 10010 | 0 | 1000110 | 1011100 | 1101 | 1110 | 1010101 | 101111 |
Color Harmonies of #DD4212
Complementary color
Monochromatic Colors of #DD4212
Black with #DD4212
Text Example
Text Example
White with #DD4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4212; }
p { color: rgb(221,66,18); }
H1.HeaderClassName
{
color: #DD4212;
}
.AnyTagClassName
{
color: #DD4212;
}
</style>
background-color css
<style>
a { background-color: #DD4212; }
a { background-color: rgb(221,66,18); }
div.DivClassName
{
background-color: #DD4212;
}
.BgClassName
{
background-color: #DD4212;
}
</style>
border-color css
<style>
span { border-color: #DD4212; }
span { border-color: rgb(221,66,18); }
td.TdClassName
{
border-color: #DD4212;
}
.TagClassName
{
border-color: #DD4212;
}
</style>