Html Css Color HEX #DC2200 Harley Davidson Orange
📋 copy color: '#DC2200'red 220 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #DC2200
Tints of Harley Davidson Orange #DC2200
RGB
CMYK
RGB Variations
Color information
#DC2200 (or 0xDC2200) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 00. RGB value is (220,34,0). Sum of RGB (Red+Green+Blue) = 220+34+0=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2200 is #23DDFF. Grayscale: #565656. Windows color (decimal): -2350592 or 8924. OLE color: 8924.
HSL color Cylindrical-coordinate representation of color #DC2200: hue angle of 9.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC2200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.14 |
| HSL | 9.27º | 1% | 0.43% | - |
| HSV(B) | 9.27º | 1% | 0.86% | - |
| XYZ | 30.09 | 16.36 | 1.57 | - |
| YUV | 85.74 | 79.62 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 0 | 0 | 0.85 | 1 | 0.14 | 9.27 | 1 | 0.43 |
| Hex | DC | 22 | 0 | 0 | 55 | 64 | E | 9 | 64 | 2B |
| Octal | 334 | 42 | 0 | 0 | 125 | 144 | 16 | 11 | 144 | 53 |
| Binary | 11011100 | 100010 | 0 | 0 | 1010101 | 1100100 | 1110 | 1001 | 1100100 | 101011 |
Color Harmonies of #DC2200
Complementary color
Monochromatic Colors of #DC2200
Black with #DC2200
Text Example
Text Example
White with #DC2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2200; }
p { color: rgb(220,34,0); }
H1.HeaderClassName
{
color: #DC2200;
}
.AnyTagClassName
{
color: #DC2200;
}
</style>
background-color css
<style>
a { background-color: #DC2200; }
a { background-color: rgb(220,34,0); }
div.DivClassName
{
background-color: #DC2200;
}
.BgClassName
{
background-color: #DC2200;
}
</style>
border-color css
<style>
span { border-color: #DC2200; }
span { border-color: rgb(220,34,0); }
td.TdClassName
{
border-color: #DC2200;
}
.TagClassName
{
border-color: #DC2200;
}
</style>