Html Css Color HEX #DC281E Harley Davidson Orange
📋 copy color: '#DC281E'red 220 ◦ green 40 ◦ blue 30
Shades of Harley Davidson Orange #DC281E
Tints of Harley Davidson Orange #DC281E
RGB
CMYK
RGB Variations
Color information
#DC281E (or 0xDC281E) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 1E. RGB value is (220,40,30). Sum of RGB (Red+Green+Blue) = 220+40+30=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC281E is #23D7E1. Grayscale: #5C5C5C. Windows color (decimal): -2349026 or 1976540. OLE color: 1976540.
HSL color Cylindrical-coordinate representation of color #DC281E: hue angle of 3.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC281E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 30 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.14 |
| HSL | 3.16º | 0.76% | 0.49% | - |
| HSV(B) | 3.16º | 0.86% | 0.86% | - |
| XYZ | 30.51 | 16.83 | 2.87 | - |
| YUV | 92.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 30 | 0 | 0.82 | 0.86 | 0.14 | 3.16 | 0.76 | 0.49 |
| Hex | DC | 28 | 1E | 0 | 52 | 56 | E | 3 | 4C | 31 |
| Octal | 334 | 50 | 36 | 0 | 122 | 126 | 16 | 3 | 114 | 61 |
| Binary | 11011100 | 101000 | 11110 | 0 | 1010010 | 1010110 | 1110 | 11 | 1001100 | 110001 |
Color Harmonies of #DC281E
Complementary color
Monochromatic Colors of #DC281E
Black with #DC281E
Text Example
Text Example
White with #DC281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC281E; }
p { color: rgb(220,40,30); }
H1.HeaderClassName
{
color: #DC281E;
}
.AnyTagClassName
{
color: #DC281E;
}
</style>
background-color css
<style>
a { background-color: #DC281E; }
a { background-color: rgb(220,40,30); }
div.DivClassName
{
background-color: #DC281E;
}
.BgClassName
{
background-color: #DC281E;
}
</style>
border-color css
<style>
span { border-color: #DC281E; }
span { border-color: rgb(220,40,30); }
td.TdClassName
{
border-color: #DC281E;
}
.TagClassName
{
border-color: #DC281E;
}
</style>