Html Css Color HEX #DC201C Harley Davidson Orange
📋 copy color: '#DC201C'red 220 ◦ green 32 ◦ blue 28
Shades of Harley Davidson Orange #DC201C
Tints of Harley Davidson Orange #DC201C
RGB
CMYK
RGB Variations
Color information
#DC201C (or 0xDC201C) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 1C. RGB value is (220,32,28). Sum of RGB (Red+Green+Blue) = 220+32+28=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC201C is #23DFE3. Grayscale: #575757. Windows color (decimal): -2351076 or 1843420. OLE color: 1843420.
HSL color Cylindrical-coordinate representation of color #DC201C: hue angle of 1.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 #DC201C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 28 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.14 |
| HSL | 1.25º | 0.77% | 0.49% | - |
| HSV(B) | 1.25º | 0.87% | 0.86% | - |
| XYZ | 30.24 | 16.33 | 2.66 | - |
| YUV | 87.76 | 94.28 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 28 | 0 | 0.85 | 0.87 | 0.14 | 1.25 | 0.77 | 0.49 |
| Hex | DC | 20 | 1C | 0 | 55 | 57 | E | 1 | 4D | 31 |
| Octal | 334 | 40 | 34 | 0 | 125 | 127 | 16 | 1 | 115 | 61 |
| Binary | 11011100 | 100000 | 11100 | 0 | 1010101 | 1010111 | 1110 | 1 | 1001101 | 110001 |
Color Harmonies of #DC201C
Complementary color
Monochromatic Colors of #DC201C
Black with #DC201C
Text Example
Text Example
White with #DC201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC201C; }
p { color: rgb(220,32,28); }
H1.HeaderClassName
{
color: #DC201C;
}
.AnyTagClassName
{
color: #DC201C;
}
</style>
background-color css
<style>
a { background-color: #DC201C; }
a { background-color: rgb(220,32,28); }
div.DivClassName
{
background-color: #DC201C;
}
.BgClassName
{
background-color: #DC201C;
}
</style>
border-color css
<style>
span { border-color: #DC201C; }
span { border-color: rgb(220,32,28); }
td.TdClassName
{
border-color: #DC201C;
}
.TagClassName
{
border-color: #DC201C;
}
</style>