Html Css Color HEX #DC301A Harley Davidson Orange
📋 copy color: '#DC301A'red 220 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #DC301A
Tints of Harley Davidson Orange #DC301A
RGB
CMYK
RGB Variations
Color information
#DC301A (or 0xDC301A) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 1A. RGB value is (220,48,26). Sum of RGB (Red+Green+Blue) = 220+48+26=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC301A is #23CFE5. Grayscale: #616161. Windows color (decimal): -2346982 or 1716444. OLE color: 1716444.
HSL color Cylindrical-coordinate representation of color #DC301A: hue angle of 6.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC301A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.14 |
| HSL | 6.8º | 0.79% | 0.48% | - |
| HSV(B) | 6.8º | 0.88% | 0.86% | - |
| XYZ | 30.76 | 17.4 | 2.72 | - |
| YUV | 96.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 26 | 0 | 0.78 | 0.88 | 0.14 | 6.8 | 0.79 | 0.48 |
| Hex | DC | 30 | 1A | 0 | 4E | 58 | E | 7 | 4F | 30 |
| Octal | 334 | 60 | 32 | 0 | 116 | 130 | 16 | 7 | 117 | 60 |
| Binary | 11011100 | 110000 | 11010 | 0 | 1001110 | 1011000 | 1110 | 111 | 1001111 | 110000 |
Color Harmonies of #DC301A
Complementary color
Monochromatic Colors of #DC301A
Black with #DC301A
Text Example
Text Example
White with #DC301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC301A; }
p { color: rgb(220,48,26); }
H1.HeaderClassName
{
color: #DC301A;
}
.AnyTagClassName
{
color: #DC301A;
}
</style>
background-color css
<style>
a { background-color: #DC301A; }
a { background-color: rgb(220,48,26); }
div.DivClassName
{
background-color: #DC301A;
}
.BgClassName
{
background-color: #DC301A;
}
</style>
border-color css
<style>
span { border-color: #DC301A; }
span { border-color: rgb(220,48,26); }
td.TdClassName
{
border-color: #DC301A;
}
.TagClassName
{
border-color: #DC301A;
}
</style>