Html Css Color HEX #DC320F Harley Davidson Orange
📋 copy color: '#DC320F'red 220 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #DC320F
Tints of Harley Davidson Orange #DC320F
RGB
CMYK
RGB Variations
Color information
#DC320F (or 0xDC320F) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 0F. RGB value is (220,50,15). Sum of RGB (Red+Green+Blue) = 220+50+15=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC320F is #23CDF0. Grayscale: #616161. Windows color (decimal): -2346481 or 996060. OLE color: 996060.
HSL color Cylindrical-coordinate representation of color #DC320F: hue angle of 10.24º 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 #DC320F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.14 |
| HSL | 10.24º | 0.87% | 0.46% | - |
| HSV(B) | 10.24º | 0.93% | 0.86% | - |
| XYZ | 30.74 | 17.53 | 2.22 | - |
| YUV | 96.84 | 81.82 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 15 | 0 | 0.77 | 0.93 | 0.14 | 10.24 | 0.87 | 0.46 |
| Hex | DC | 32 | F | 0 | 4D | 5D | E | A | 57 | 2E |
| Octal | 334 | 62 | 17 | 0 | 115 | 135 | 16 | 12 | 127 | 56 |
| Binary | 11011100 | 110010 | 1111 | 0 | 1001101 | 1011101 | 1110 | 1010 | 1010111 | 101110 |
Color Harmonies of #DC320F
Complementary color
Monochromatic Colors of #DC320F
Black with #DC320F
Text Example
Text Example
White with #DC320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC320F; }
p { color: rgb(220,50,15); }
H1.HeaderClassName
{
color: #DC320F;
}
.AnyTagClassName
{
color: #DC320F;
}
</style>
background-color css
<style>
a { background-color: #DC320F; }
a { background-color: rgb(220,50,15); }
div.DivClassName
{
background-color: #DC320F;
}
.BgClassName
{
background-color: #DC320F;
}
</style>
border-color css
<style>
span { border-color: #DC320F; }
span { border-color: rgb(220,50,15); }
td.TdClassName
{
border-color: #DC320F;
}
.TagClassName
{
border-color: #DC320F;
}
</style>