Html Css Color HEX #DC300E Harley Davidson Orange
📋 copy color: '#DC300E'red 220 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #DC300E
Tints of Harley Davidson Orange #DC300E
RGB
CMYK
RGB Variations
Color information
#DC300E (or 0xDC300E) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 0E. RGB value is (220,48,14). Sum of RGB (Red+Green+Blue) = 220+48+14=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC300E is #23CFF1. Grayscale: #5F5F5F. Windows color (decimal): -2346994 or 930012. OLE color: 930012.
HSL color Cylindrical-coordinate representation of color #DC300E: hue angle of 9.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC300E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.14 |
| HSL | 9.9º | 0.88% | 0.46% | - |
| HSV(B) | 9.9º | 0.94% | 0.86% | - |
| XYZ | 30.65 | 17.36 | 2.15 | - |
| YUV | 95.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 14 | 0 | 0.78 | 0.94 | 0.14 | 9.9 | 0.88 | 0.46 |
| Hex | DC | 30 | E | 0 | 4E | 5E | E | A | 58 | 2E |
| Octal | 334 | 60 | 16 | 0 | 116 | 136 | 16 | 12 | 130 | 56 |
| Binary | 11011100 | 110000 | 1110 | 0 | 1001110 | 1011110 | 1110 | 1010 | 1011000 | 101110 |
Color Harmonies of #DC300E
Complementary color
Monochromatic Colors of #DC300E
Black with #DC300E
Text Example
Text Example
White with #DC300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC300E; }
p { color: rgb(220,48,14); }
H1.HeaderClassName
{
color: #DC300E;
}
.AnyTagClassName
{
color: #DC300E;
}
</style>
background-color css
<style>
a { background-color: #DC300E; }
a { background-color: rgb(220,48,14); }
div.DivClassName
{
background-color: #DC300E;
}
.BgClassName
{
background-color: #DC300E;
}
</style>
border-color css
<style>
span { border-color: #DC300E; }
span { border-color: rgb(220,48,14); }
td.TdClassName
{
border-color: #DC300E;
}
.TagClassName
{
border-color: #DC300E;
}
</style>