Html Css Color HEX #DC280E Harley Davidson Orange
📋 copy color: '#DC280E'red 220 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #DC280E
Tints of Harley Davidson Orange #DC280E
RGB
CMYK
RGB Variations
Color information
#DC280E (or 0xDC280E) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 0E. RGB value is (220,40,14). Sum of RGB (Red+Green+Blue) = 220+40+14=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC280E is #23D7F1. Grayscale: #5B5B5B. Windows color (decimal): -2349042 or 927964. OLE color: 927964.
HSL color Cylindrical-coordinate representation of color #DC280E: hue angle of 7.57º 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 #DC280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.14 |
| HSL | 7.57º | 0.88% | 0.46% | - |
| HSV(B) | 7.57º | 0.94% | 0.86% | - |
| XYZ | 30.35 | 16.76 | 2.05 | - |
| YUV | 90.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 14 | 0 | 0.82 | 0.94 | 0.14 | 7.57 | 0.88 | 0.46 |
| Hex | DC | 28 | E | 0 | 52 | 5E | E | 8 | 58 | 2E |
| Octal | 334 | 50 | 16 | 0 | 122 | 136 | 16 | 10 | 130 | 56 |
| Binary | 11011100 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1110 | 1000 | 1011000 | 101110 |
Color Harmonies of #DC280E
Complementary color
Monochromatic Colors of #DC280E
Black with #DC280E
Text Example
Text Example
White with #DC280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC280E; }
p { color: rgb(220,40,14); }
H1.HeaderClassName
{
color: #DC280E;
}
.AnyTagClassName
{
color: #DC280E;
}
</style>
background-color css
<style>
a { background-color: #DC280E; }
a { background-color: rgb(220,40,14); }
div.DivClassName
{
background-color: #DC280E;
}
.BgClassName
{
background-color: #DC280E;
}
</style>
border-color css
<style>
span { border-color: #DC280E; }
span { border-color: rgb(220,40,14); }
td.TdClassName
{
border-color: #DC280E;
}
.TagClassName
{
border-color: #DC280E;
}
</style>