Html Css Color HEX #DC201A Harley Davidson Orange
📋 copy color: '#DC201A'red 220 ◦ green 32 ◦ blue 26
Shades of Harley Davidson Orange #DC201A
Tints of Harley Davidson Orange #DC201A
RGB
CMYK
RGB Variations
Color information
#DC201A (or 0xDC201A) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 1A. RGB value is (220,32,26). Sum of RGB (Red+Green+Blue) = 220+32+26=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC201A is #23DFE5. Grayscale: #575757. Windows color (decimal): -2351078 or 1712348. OLE color: 1712348.
HSL color Cylindrical-coordinate representation of color #DC201A: hue angle of 1.86º 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 #DC201A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.14 |
| HSL | 1.86º | 0.79% | 0.48% | - |
| HSV(B) | 1.86º | 0.88% | 0.86% | - |
| XYZ | 30.22 | 16.32 | 2.54 | - |
| YUV | 87.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 26 | 0 | 0.85 | 0.88 | 0.14 | 1.86 | 0.79 | 0.48 |
| Hex | DC | 20 | 1A | 0 | 55 | 58 | E | 2 | 4F | 30 |
| Octal | 334 | 40 | 32 | 0 | 125 | 130 | 16 | 2 | 117 | 60 |
| Binary | 11011100 | 100000 | 11010 | 0 | 1010101 | 1011000 | 1110 | 10 | 1001111 | 110000 |
Color Harmonies of #DC201A
Complementary color
Monochromatic Colors of #DC201A
Black with #DC201A
Text Example
Text Example
White with #DC201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC201A; }
p { color: rgb(220,32,26); }
H1.HeaderClassName
{
color: #DC201A;
}
.AnyTagClassName
{
color: #DC201A;
}
</style>
background-color css
<style>
a { background-color: #DC201A; }
a { background-color: rgb(220,32,26); }
div.DivClassName
{
background-color: #DC201A;
}
.BgClassName
{
background-color: #DC201A;
}
</style>
border-color css
<style>
span { border-color: #DC201A; }
span { border-color: rgb(220,32,26); }
td.TdClassName
{
border-color: #DC201A;
}
.TagClassName
{
border-color: #DC201A;
}
</style>