Html Css Color HEX #DC301C Harley Davidson Orange
📋 copy color: '#DC301C'red 220 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #DC301C
Tints of Harley Davidson Orange #DC301C
RGB
CMYK
RGB Variations
Color information
#DC301C (or 0xDC301C) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 1C. RGB value is (220,48,28). Sum of RGB (Red+Green+Blue) = 220+48+28=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC301C is #23CFE3. Grayscale: #616161. Windows color (decimal): -2346980 or 1847516. OLE color: 1847516.
HSL color Cylindrical-coordinate representation of color #DC301C: hue angle of 6.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC301C is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 28 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.14 |
| HSL | 6.25º | 0.77% | 0.49% | - |
| HSV(B) | 6.25º | 0.87% | 0.86% | - |
| XYZ | 30.78 | 17.41 | 2.84 | - |
| YUV | 97.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 28 | 0 | 0.78 | 0.87 | 0.14 | 6.25 | 0.77 | 0.49 |
| Hex | DC | 30 | 1C | 0 | 4E | 57 | E | 6 | 4D | 31 |
| Octal | 334 | 60 | 34 | 0 | 116 | 127 | 16 | 6 | 115 | 61 |
| Binary | 11011100 | 110000 | 11100 | 0 | 1001110 | 1010111 | 1110 | 110 | 1001101 | 110001 |
Color Harmonies of #DC301C
Complementary color
Monochromatic Colors of #DC301C
Black with #DC301C
Text Example
Text Example
White with #DC301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC301C; }
p { color: rgb(220,48,28); }
H1.HeaderClassName
{
color: #DC301C;
}
.AnyTagClassName
{
color: #DC301C;
}
</style>
background-color css
<style>
a { background-color: #DC301C; }
a { background-color: rgb(220,48,28); }
div.DivClassName
{
background-color: #DC301C;
}
.BgClassName
{
background-color: #DC301C;
}
</style>
border-color css
<style>
span { border-color: #DC301C; }
span { border-color: rgb(220,48,28); }
td.TdClassName
{
border-color: #DC301C;
}
.TagClassName
{
border-color: #DC301C;
}
</style>