Html Css Color HEX #DC2C0C Harley Davidson Orange
📋 copy color: '#DC2C0C'red 220 ◦ green 44 ◦ blue 12
Shades of Harley Davidson Orange #DC2C0C
Tints of Harley Davidson Orange #DC2C0C
RGB
CMYK
RGB Variations
Color information
#DC2C0C (or 0xDC2C0C) is known color: Harley Davidson Orange. HEX triplet: DC, 2C and 0C. RGB value is (220,44,12). Sum of RGB (Red+Green+Blue) = 220+44+12=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2C0C is #23D3F3. Grayscale: #5D5D5D. Windows color (decimal): -2348020 or 797916. OLE color: 797916.
HSL color Cylindrical-coordinate representation of color #DC2C0C: hue angle of 9.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC2C0C is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 12 | - |
| CMYK | 0 | 0.8 | 0.95 | 0.14 |
| HSL | 9.23º | 0.9% | 0.45% | - |
| HSV(B) | 9.23º | 0.95% | 0.86% | - |
| XYZ | 30.48 | 17.04 | 2.03 | - |
| YUV | 92.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 12 | 0 | 0.8 | 0.95 | 0.14 | 9.23 | 0.9 | 0.45 |
| Hex | DC | 2C | C | 0 | 50 | 5F | E | 9 | 5A | 2D |
| Octal | 334 | 54 | 14 | 0 | 120 | 137 | 16 | 11 | 132 | 55 |
| Binary | 11011100 | 101100 | 1100 | 0 | 1010000 | 1011111 | 1110 | 1001 | 1011010 | 101101 |
Color Harmonies of #DC2C0C
Complementary color
Monochromatic Colors of #DC2C0C
Black with #DC2C0C
Text Example
Text Example
White with #DC2C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C0C; }
p { color: rgb(220,44,12); }
H1.HeaderClassName
{
color: #DC2C0C;
}
.AnyTagClassName
{
color: #DC2C0C;
}
</style>
background-color css
<style>
a { background-color: #DC2C0C; }
a { background-color: rgb(220,44,12); }
div.DivClassName
{
background-color: #DC2C0C;
}
.BgClassName
{
background-color: #DC2C0C;
}
</style>
border-color css
<style>
span { border-color: #DC2C0C; }
span { border-color: rgb(220,44,12); }
td.TdClassName
{
border-color: #DC2C0C;
}
.TagClassName
{
border-color: #DC2C0C;
}
</style>