Html Css Color HEX #DC3912 Harley Davidson Orange
📋 copy color: '#DC3912'red 220 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #DC3912
Tints of Harley Davidson Orange #DC3912
RGB
CMYK
RGB Variations
Color information
#DC3912 (or 0xDC3912) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 12. RGB value is (220,57,18). Sum of RGB (Red+Green+Blue) = 220+57+18=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3912 is #23C6ED. Grayscale: #656565. Windows color (decimal): -2344686 or 1194460. OLE color: 1194460.
HSL color Cylindrical-coordinate representation of color #DC3912: hue angle of 11.58º 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 #DC3912 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 18 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.14 |
| HSL | 11.58º | 0.85% | 0.47% | - |
| HSV(B) | 11.58º | 0.92% | 0.86% | - |
| XYZ | 31.09 | 18.19 | 2.44 | - |
| YUV | 101.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 18 | 0 | 0.74 | 0.92 | 0.14 | 11.58 | 0.85 | 0.47 |
| Hex | DC | 39 | 12 | 0 | 4A | 5C | E | C | 55 | 2F |
| Octal | 334 | 71 | 22 | 0 | 112 | 134 | 16 | 14 | 125 | 57 |
| Binary | 11011100 | 111001 | 10010 | 0 | 1001010 | 1011100 | 1110 | 1100 | 1010101 | 101111 |
Color Harmonies of #DC3912
Complementary color
Monochromatic Colors of #DC3912
Black with #DC3912
Text Example
Text Example
White with #DC3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3912; }
p { color: rgb(220,57,18); }
H1.HeaderClassName
{
color: #DC3912;
}
.AnyTagClassName
{
color: #DC3912;
}
</style>
background-color css
<style>
a { background-color: #DC3912; }
a { background-color: rgb(220,57,18); }
div.DivClassName
{
background-color: #DC3912;
}
.BgClassName
{
background-color: #DC3912;
}
</style>
border-color css
<style>
span { border-color: #DC3912; }
span { border-color: rgb(220,57,18); }
td.TdClassName
{
border-color: #DC3912;
}
.TagClassName
{
border-color: #DC3912;
}
</style>