Html Css Color HEX #DC4812 Harley Davidson Orange
📋 copy color: '#DC4812'red 220 ◦ green 72 ◦ blue 18
Shades of Harley Davidson Orange #DC4812
Tints of Harley Davidson Orange #DC4812
RGB
CMYK
RGB Variations
Color information
#DC4812 (or 0xDC4812) is known color: Harley Davidson Orange. HEX triplet: DC, 48 and 12. RGB value is (220,72,18). Sum of RGB (Red+Green+Blue) = 220+72+18=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4812 is #23B7ED. Grayscale: #6E6E6E. Windows color (decimal): -2340846 or 1198300. OLE color: 1198300.
HSL color Cylindrical-coordinate representation of color #DC4812: hue angle of 16.04º 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 #DC4812 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.14 |
| HSL | 16.04º | 0.85% | 0.47% | - |
| HSV(B) | 16.04º | 0.92% | 0.86% | - |
| XYZ | 31.94 | 19.89 | 2.73 | - |
| YUV | 110.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 18 | 0 | 0.67 | 0.92 | 0.14 | 16.04 | 0.85 | 0.47 |
| Hex | DC | 48 | 12 | 0 | 43 | 5C | E | 10 | 55 | 2F |
| Octal | 334 | 110 | 22 | 0 | 103 | 134 | 16 | 20 | 125 | 57 |
| Binary | 11011100 | 1001000 | 10010 | 0 | 1000011 | 1011100 | 1110 | 10000 | 1010101 | 101111 |
Color Harmonies of #DC4812
Complementary color
Monochromatic Colors of #DC4812
Black with #DC4812
Text Example
Text Example
White with #DC4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4812; }
p { color: rgb(220,72,18); }
H1.HeaderClassName
{
color: #DC4812;
}
.AnyTagClassName
{
color: #DC4812;
}
</style>
background-color css
<style>
a { background-color: #DC4812; }
a { background-color: rgb(220,72,18); }
div.DivClassName
{
background-color: #DC4812;
}
.BgClassName
{
background-color: #DC4812;
}
</style>
border-color css
<style>
span { border-color: #DC4812; }
span { border-color: rgb(220,72,18); }
td.TdClassName
{
border-color: #DC4812;
}
.TagClassName
{
border-color: #DC4812;
}
</style>