Html Css Color HEX #DC4412 Harley Davidson Orange
📋 copy color: '#DC4412'red 220 ◦ green 68 ◦ blue 18
Shades of Harley Davidson Orange #DC4412
Tints of Harley Davidson Orange #DC4412
RGB
CMYK
RGB Variations
Color information
#DC4412 (or 0xDC4412) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 12. RGB value is (220,68,18). Sum of RGB (Red+Green+Blue) = 220+68+18=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4412 is #23BBED. Grayscale: #6C6C6C. Windows color (decimal): -2341870 or 1197276. OLE color: 1197276.
HSL color Cylindrical-coordinate representation of color #DC4412: hue angle of 14.85º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4412 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.14 |
| HSL | 14.85º | 0.85% | 0.47% | - |
| HSV(B) | 14.85º | 0.92% | 0.86% | - |
| XYZ | 31.69 | 19.39 | 2.65 | - |
| YUV | 107.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 18 | 0 | 0.69 | 0.92 | 0.14 | 14.85 | 0.85 | 0.47 |
| Hex | DC | 44 | 12 | 0 | 45 | 5C | E | F | 55 | 2F |
| Octal | 334 | 104 | 22 | 0 | 105 | 134 | 16 | 17 | 125 | 57 |
| Binary | 11011100 | 1000100 | 10010 | 0 | 1000101 | 1011100 | 1110 | 1111 | 1010101 | 101111 |
Color Harmonies of #DC4412
Complementary color
Monochromatic Colors of #DC4412
Black with #DC4412
Text Example
Text Example
White with #DC4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4412; }
p { color: rgb(220,68,18); }
H1.HeaderClassName
{
color: #DC4412;
}
.AnyTagClassName
{
color: #DC4412;
}
</style>
background-color css
<style>
a { background-color: #DC4412; }
a { background-color: rgb(220,68,18); }
div.DivClassName
{
background-color: #DC4412;
}
.BgClassName
{
background-color: #DC4412;
}
</style>
border-color css
<style>
span { border-color: #DC4412; }
span { border-color: rgb(220,68,18); }
td.TdClassName
{
border-color: #DC4412;
}
.TagClassName
{
border-color: #DC4412;
}
</style>