Html Css Color HEX #DC280D Harley Davidson Orange
📋 copy color: '#DC280D'red 220 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #DC280D
Tints of Harley Davidson Orange #DC280D
RGB
CMYK
RGB Variations
Color information
#DC280D (or 0xDC280D) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 0D. RGB value is (220,40,13). Sum of RGB (Red+Green+Blue) = 220+40+13=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC280D is #23D7F2. Grayscale: #5B5B5B. Windows color (decimal): -2349043 or 862428. OLE color: 862428.
HSL color Cylindrical-coordinate representation of color #DC280D: hue angle of 7.83º degrees, saturation: 0.89, 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 #DC280D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.14 |
| HSL | 7.83º | 0.89% | 0.46% | - |
| HSV(B) | 7.83º | 0.94% | 0.86% | - |
| XYZ | 30.35 | 16.76 | 2.02 | - |
| YUV | 90.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 13 | 0 | 0.82 | 0.94 | 0.14 | 7.83 | 0.89 | 0.46 |
| Hex | DC | 28 | D | 0 | 52 | 5E | E | 8 | 59 | 2E |
| Octal | 334 | 50 | 15 | 0 | 122 | 136 | 16 | 10 | 131 | 56 |
| Binary | 11011100 | 101000 | 1101 | 0 | 1010010 | 1011110 | 1110 | 1000 | 1011001 | 101110 |
Color Harmonies of #DC280D
Complementary color
Monochromatic Colors of #DC280D
Black with #DC280D
Text Example
Text Example
White with #DC280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC280D; }
p { color: rgb(220,40,13); }
H1.HeaderClassName
{
color: #DC280D;
}
.AnyTagClassName
{
color: #DC280D;
}
</style>
background-color css
<style>
a { background-color: #DC280D; }
a { background-color: rgb(220,40,13); }
div.DivClassName
{
background-color: #DC280D;
}
.BgClassName
{
background-color: #DC280D;
}
</style>
border-color css
<style>
span { border-color: #DC280D; }
span { border-color: rgb(220,40,13); }
td.TdClassName
{
border-color: #DC280D;
}
.TagClassName
{
border-color: #DC280D;
}
</style>