Html Css Color HEX #DC390F Harley Davidson Orange
📋 copy color: '#DC390F'red 220 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #DC390F
Tints of Harley Davidson Orange #DC390F
RGB
CMYK
RGB Variations
Color information
#DC390F (or 0xDC390F) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 0F. RGB value is (220,57,15). Sum of RGB (Red+Green+Blue) = 220+57+15=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC390F is #23C6F0. Grayscale: #656565. Windows color (decimal): -2344689 or 997852. OLE color: 997852.
HSL color Cylindrical-coordinate representation of color #DC390F: hue angle of 12.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC390F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.14 |
| HSL | 12.29º | 0.87% | 0.46% | - |
| HSV(B) | 12.29º | 0.93% | 0.86% | - |
| XYZ | 31.06 | 18.18 | 2.32 | - |
| YUV | 100.95 | 79.5 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 15 | 0 | 0.74 | 0.93 | 0.14 | 12.29 | 0.87 | 0.46 |
| Hex | DC | 39 | F | 0 | 4A | 5D | E | C | 57 | 2E |
| Octal | 334 | 71 | 17 | 0 | 112 | 135 | 16 | 14 | 127 | 56 |
| Binary | 11011100 | 111001 | 1111 | 0 | 1001010 | 1011101 | 1110 | 1100 | 1010111 | 101110 |
Color Harmonies of #DC390F
Complementary color
Monochromatic Colors of #DC390F
Black with #DC390F
Text Example
Text Example
White with #DC390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC390F; }
p { color: rgb(220,57,15); }
H1.HeaderClassName
{
color: #DC390F;
}
.AnyTagClassName
{
color: #DC390F;
}
</style>
background-color css
<style>
a { background-color: #DC390F; }
a { background-color: rgb(220,57,15); }
div.DivClassName
{
background-color: #DC390F;
}
.BgClassName
{
background-color: #DC390F;
}
</style>
border-color css
<style>
span { border-color: #DC390F; }
span { border-color: rgb(220,57,15); }
td.TdClassName
{
border-color: #DC390F;
}
.TagClassName
{
border-color: #DC390F;
}
</style>