Html Css Color HEX #DC3612 Harley Davidson Orange
📋 copy color: '#DC3612'red 220 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #DC3612
Tints of Harley Davidson Orange #DC3612
RGB
CMYK
RGB Variations
Color information
#DC3612 (or 0xDC3612) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 12. RGB value is (220,54,18). Sum of RGB (Red+Green+Blue) = 220+54+18=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3612 is #23C9ED. Grayscale: #636363. Windows color (decimal): -2345454 or 1193692. OLE color: 1193692.
HSL color Cylindrical-coordinate representation of color #DC3612: hue angle of 10.69º 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 #DC3612 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.14 |
| HSL | 10.69º | 0.85% | 0.47% | - |
| HSV(B) | 10.69º | 0.92% | 0.86% | - |
| XYZ | 30.94 | 17.9 | 2.4 | - |
| YUV | 99.53 | 82 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 18 | 0 | 0.75 | 0.92 | 0.14 | 10.69 | 0.85 | 0.47 |
| Hex | DC | 36 | 12 | 0 | 4B | 5C | E | B | 55 | 2F |
| Octal | 334 | 66 | 22 | 0 | 113 | 134 | 16 | 13 | 125 | 57 |
| Binary | 11011100 | 110110 | 10010 | 0 | 1001011 | 1011100 | 1110 | 1011 | 1010101 | 101111 |
Color Harmonies of #DC3612
Complementary color
Monochromatic Colors of #DC3612
Black with #DC3612
Text Example
Text Example
White with #DC3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3612; }
p { color: rgb(220,54,18); }
H1.HeaderClassName
{
color: #DC3612;
}
.AnyTagClassName
{
color: #DC3612;
}
</style>
background-color css
<style>
a { background-color: #DC3612; }
a { background-color: rgb(220,54,18); }
div.DivClassName
{
background-color: #DC3612;
}
.BgClassName
{
background-color: #DC3612;
}
</style>
border-color css
<style>
span { border-color: #DC3612; }
span { border-color: rgb(220,54,18); }
td.TdClassName
{
border-color: #DC3612;
}
.TagClassName
{
border-color: #DC3612;
}
</style>