Html Css Color HEX #DC4512 Harley Davidson Orange
📋 copy color: '#DC4512'red 220 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #DC4512
Tints of Harley Davidson Orange #DC4512
RGB
CMYK
RGB Variations
Color information
#DC4512 (or 0xDC4512) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 12. RGB value is (220,69,18). Sum of RGB (Red+Green+Blue) = 220+69+18=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4512 is #23BAED. Grayscale: #6C6C6C. Windows color (decimal): -2341614 or 1197532. OLE color: 1197532.
HSL color Cylindrical-coordinate representation of color #DC4512: hue angle of 15.15º 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 #DC4512 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.14 |
| HSL | 15.15º | 0.85% | 0.47% | - |
| HSV(B) | 15.15º | 0.92% | 0.86% | - |
| XYZ | 31.75 | 19.52 | 2.67 | - |
| YUV | 108.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 18 | 0 | 0.69 | 0.92 | 0.14 | 15.15 | 0.85 | 0.47 |
| Hex | DC | 45 | 12 | 0 | 45 | 5C | E | F | 55 | 2F |
| Octal | 334 | 105 | 22 | 0 | 105 | 134 | 16 | 17 | 125 | 57 |
| Binary | 11011100 | 1000101 | 10010 | 0 | 1000101 | 1011100 | 1110 | 1111 | 1010101 | 101111 |
Color Harmonies of #DC4512
Complementary color
Monochromatic Colors of #DC4512
Black with #DC4512
Text Example
Text Example
White with #DC4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4512; }
p { color: rgb(220,69,18); }
H1.HeaderClassName
{
color: #DC4512;
}
.AnyTagClassName
{
color: #DC4512;
}
</style>
background-color css
<style>
a { background-color: #DC4512; }
a { background-color: rgb(220,69,18); }
div.DivClassName
{
background-color: #DC4512;
}
.BgClassName
{
background-color: #DC4512;
}
</style>
border-color css
<style>
span { border-color: #DC4512; }
span { border-color: rgb(220,69,18); }
td.TdClassName
{
border-color: #DC4512;
}
.TagClassName
{
border-color: #DC4512;
}
</style>