Html Css Color HEX #DC3712 Harley Davidson Orange
📋 copy color: '#DC3712'red 220 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #DC3712
Tints of Harley Davidson Orange #DC3712
RGB
CMYK
RGB Variations
Color information
#DC3712 (or 0xDC3712) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 12. RGB value is (220,55,18). Sum of RGB (Red+Green+Blue) = 220+55+18=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3712 is #23C8ED. Grayscale: #646464. Windows color (decimal): -2345198 or 1193948. OLE color: 1193948.
HSL color Cylindrical-coordinate representation of color #DC3712: hue angle of 10.99º 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 #DC3712 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.14 |
| HSL | 10.99º | 0.85% | 0.47% | - |
| HSV(B) | 10.99º | 0.92% | 0.86% | - |
| XYZ | 30.99 | 17.99 | 2.41 | - |
| YUV | 100.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 18 | 0 | 0.75 | 0.92 | 0.14 | 10.99 | 0.85 | 0.47 |
| Hex | DC | 37 | 12 | 0 | 4B | 5C | E | B | 55 | 2F |
| Octal | 334 | 67 | 22 | 0 | 113 | 134 | 16 | 13 | 125 | 57 |
| Binary | 11011100 | 110111 | 10010 | 0 | 1001011 | 1011100 | 1110 | 1011 | 1010101 | 101111 |
Color Harmonies of #DC3712
Complementary color
Monochromatic Colors of #DC3712
Black with #DC3712
Text Example
Text Example
White with #DC3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3712; }
p { color: rgb(220,55,18); }
H1.HeaderClassName
{
color: #DC3712;
}
.AnyTagClassName
{
color: #DC3712;
}
</style>
background-color css
<style>
a { background-color: #DC3712; }
a { background-color: rgb(220,55,18); }
div.DivClassName
{
background-color: #DC3712;
}
.BgClassName
{
background-color: #DC3712;
}
</style>
border-color css
<style>
span { border-color: #DC3712; }
span { border-color: rgb(220,55,18); }
td.TdClassName
{
border-color: #DC3712;
}
.TagClassName
{
border-color: #DC3712;
}
</style>