Html Css Color HEX #DC2202 Harley Davidson Orange
📋 copy color: '#DC2202'red 220 ◦ green 34 ◦ blue 2
Shades of Harley Davidson Orange #DC2202
Tints of Harley Davidson Orange #DC2202
RGB
CMYK
RGB Variations
Color information
#DC2202 (or 0xDC2202) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 02. RGB value is (220,34,2). Sum of RGB (Red+Green+Blue) = 220+34+2=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2202 is #23DDFD. Grayscale: #565656. Windows color (decimal): -2350590 or 139996. OLE color: 139996.
HSL color Cylindrical-coordinate representation of color #DC2202: hue angle of 8.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC2202 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.14 |
| HSL | 8.81º | 0.98% | 0.44% | - |
| HSV(B) | 8.81º | 0.99% | 0.86% | - |
| XYZ | 30.1 | 16.36 | 1.63 | - |
| YUV | 85.97 | 80.62 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 2 | 0 | 0.85 | 0.99 | 0.14 | 8.81 | 0.98 | 0.44 |
| Hex | DC | 22 | 2 | 0 | 55 | 63 | E | 9 | 62 | 2C |
| Octal | 334 | 42 | 2 | 0 | 125 | 143 | 16 | 11 | 142 | 54 |
| Binary | 11011100 | 100010 | 10 | 0 | 1010101 | 1100011 | 1110 | 1001 | 1100010 | 101100 |
Color Harmonies of #DC2202
Complementary color
Monochromatic Colors of #DC2202
Black with #DC2202
Text Example
Text Example
White with #DC2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2202; }
p { color: rgb(220,34,2); }
H1.HeaderClassName
{
color: #DC2202;
}
.AnyTagClassName
{
color: #DC2202;
}
</style>
background-color css
<style>
a { background-color: #DC2202; }
a { background-color: rgb(220,34,2); }
div.DivClassName
{
background-color: #DC2202;
}
.BgClassName
{
background-color: #DC2202;
}
</style>
border-color css
<style>
span { border-color: #DC2202; }
span { border-color: rgb(220,34,2); }
td.TdClassName
{
border-color: #DC2202;
}
.TagClassName
{
border-color: #DC2202;
}
</style>