Html Css Color HEX #DC390C Harley Davidson Orange
📋 copy color: '#DC390C'red 220 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #DC390C
Tints of Harley Davidson Orange #DC390C
RGB
CMYK
RGB Variations
Color information
#DC390C (or 0xDC390C) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 0C. RGB value is (220,57,12). Sum of RGB (Red+Green+Blue) = 220+57+12=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC390C is #23C6F3. Grayscale: #646464. Windows color (decimal): -2344692 or 801244. OLE color: 801244.
HSL color Cylindrical-coordinate representation of color #DC390C: hue angle of 12.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC390C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.14 |
| HSL | 12.98º | 0.9% | 0.45% | - |
| HSV(B) | 12.98º | 0.95% | 0.86% | - |
| XYZ | 31.04 | 18.17 | 2.22 | - |
| YUV | 100.61 | 78 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 12 | 0 | 0.74 | 0.95 | 0.14 | 12.98 | 0.9 | 0.45 |
| Hex | DC | 39 | C | 0 | 4A | 5F | E | D | 5A | 2D |
| Octal | 334 | 71 | 14 | 0 | 112 | 137 | 16 | 15 | 132 | 55 |
| Binary | 11011100 | 111001 | 1100 | 0 | 1001010 | 1011111 | 1110 | 1101 | 1011010 | 101101 |
Color Harmonies of #DC390C
Complementary color
Monochromatic Colors of #DC390C
Black with #DC390C
Text Example
Text Example
White with #DC390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC390C; }
p { color: rgb(220,57,12); }
H1.HeaderClassName
{
color: #DC390C;
}
.AnyTagClassName
{
color: #DC390C;
}
</style>
background-color css
<style>
a { background-color: #DC390C; }
a { background-color: rgb(220,57,12); }
div.DivClassName
{
background-color: #DC390C;
}
.BgClassName
{
background-color: #DC390C;
}
</style>
border-color css
<style>
span { border-color: #DC390C; }
span { border-color: rgb(220,57,12); }
td.TdClassName
{
border-color: #DC390C;
}
.TagClassName
{
border-color: #DC390C;
}
</style>