Html Css Color HEX #DC2C0B Harley Davidson Orange
📋 copy color: '#DC2C0B'red 220 ◦ green 44 ◦ blue 11
Shades of Harley Davidson Orange #DC2C0B
Tints of Harley Davidson Orange #DC2C0B
RGB
CMYK
RGB Variations
Color information
#DC2C0B (or 0xDC2C0B) is known color: Harley Davidson Orange. HEX triplet: DC, 2C and 0B. RGB value is (220,44,11). Sum of RGB (Red+Green+Blue) = 220+44+11=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2C0B is #23D3F4. Grayscale: #5D5D5D. Windows color (decimal): -2348021 or 732380. OLE color: 732380.
HSL color Cylindrical-coordinate representation of color #DC2C0B: hue angle of 9.47º 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 #DC2C0B is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 11 | - |
| CMYK | 0 | 0.8 | 0.95 | 0.14 |
| HSL | 9.47º | 0.9% | 0.45% | - |
| HSV(B) | 9.47º | 0.95% | 0.86% | - |
| XYZ | 30.48 | 17.04 | 2 | - |
| YUV | 92.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 11 | 0 | 0.8 | 0.95 | 0.14 | 9.47 | 0.9 | 0.45 |
| Hex | DC | 2C | B | 0 | 50 | 5F | E | 9 | 5A | 2D |
| Octal | 334 | 54 | 13 | 0 | 120 | 137 | 16 | 11 | 132 | 55 |
| Binary | 11011100 | 101100 | 1011 | 0 | 1010000 | 1011111 | 1110 | 1001 | 1011010 | 101101 |
Color Harmonies of #DC2C0B
Complementary color
Monochromatic Colors of #DC2C0B
Black with #DC2C0B
Text Example
Text Example
White with #DC2C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C0B; }
p { color: rgb(220,44,11); }
H1.HeaderClassName
{
color: #DC2C0B;
}
.AnyTagClassName
{
color: #DC2C0B;
}
</style>
background-color css
<style>
a { background-color: #DC2C0B; }
a { background-color: rgb(220,44,11); }
div.DivClassName
{
background-color: #DC2C0B;
}
.BgClassName
{
background-color: #DC2C0B;
}
</style>
border-color css
<style>
span { border-color: #DC2C0B; }
span { border-color: rgb(220,44,11); }
td.TdClassName
{
border-color: #DC2C0B;
}
.TagClassName
{
border-color: #DC2C0B;
}
</style>