Html Css Color HEX #DC3F0F Harley Davidson Orange
📋 copy color: '#DC3F0F'red 220 ◦ green 63 ◦ blue 15
Shades of Harley Davidson Orange #DC3F0F
Tints of Harley Davidson Orange #DC3F0F
RGB
CMYK
RGB Variations
Color information
#DC3F0F (or 0xDC3F0F) is known color: Harley Davidson Orange. HEX triplet: DC, 3F and 0F. RGB value is (220,63,15). Sum of RGB (Red+Green+Blue) = 220+63+15=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3F0F is #23C0F0. Grayscale: #686868. Windows color (decimal): -2343153 or 999388. OLE color: 999388.
HSL color Cylindrical-coordinate representation of color #DC3F0F: hue angle of 14.05º 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 #DC3F0F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.14 |
| HSL | 14.05º | 0.87% | 0.46% | - |
| HSV(B) | 14.05º | 0.93% | 0.86% | - |
| XYZ | 31.38 | 18.81 | 2.43 | - |
| YUV | 104.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 15 | 0 | 0.71 | 0.93 | 0.14 | 14.05 | 0.87 | 0.46 |
| Hex | DC | 3F | F | 0 | 47 | 5D | E | E | 57 | 2E |
| Octal | 334 | 77 | 17 | 0 | 107 | 135 | 16 | 16 | 127 | 56 |
| Binary | 11011100 | 111111 | 1111 | 0 | 1000111 | 1011101 | 1110 | 1110 | 1010111 | 101110 |
Color Harmonies of #DC3F0F
Complementary color
Monochromatic Colors of #DC3F0F
Black with #DC3F0F
Text Example
Text Example
White with #DC3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F0F; }
p { color: rgb(220,63,15); }
H1.HeaderClassName
{
color: #DC3F0F;
}
.AnyTagClassName
{
color: #DC3F0F;
}
</style>
background-color css
<style>
a { background-color: #DC3F0F; }
a { background-color: rgb(220,63,15); }
div.DivClassName
{
background-color: #DC3F0F;
}
.BgClassName
{
background-color: #DC3F0F;
}
</style>
border-color css
<style>
span { border-color: #DC3F0F; }
span { border-color: rgb(220,63,15); }
td.TdClassName
{
border-color: #DC3F0F;
}
.TagClassName
{
border-color: #DC3F0F;
}
</style>