Html Css Color HEX #DC2D0B Harley Davidson Orange
📋 copy color: '#DC2D0B'red 220 ◦ green 45 ◦ blue 11
Shades of Harley Davidson Orange #DC2D0B
Tints of Harley Davidson Orange #DC2D0B
RGB
CMYK
RGB Variations
Color information
#DC2D0B (or 0xDC2D0B) is known color: Harley Davidson Orange. HEX triplet: DC, 2D and 0B. RGB value is (220,45,11). Sum of RGB (Red+Green+Blue) = 220+45+11=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2D0B is #23D2F4. Grayscale: #5D5D5D. Windows color (decimal): -2347765 or 732636. OLE color: 732636.
HSL color Cylindrical-coordinate representation of color #DC2D0B: hue angle of 9.76º 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 #DC2D0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.14 |
| HSL | 9.76º | 0.9% | 0.45% | - |
| HSV(B) | 9.76º | 0.95% | 0.86% | - |
| XYZ | 30.51 | 17.12 | 2.01 | - |
| YUV | 93.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 11 | 0 | 0.80 | 0.95 | 0.14 | 9.76 | 0.9 | 0.45 |
| Hex | DC | 2D | B | 0 | 50 | 5F | E | A | 5A | 2D |
| Octal | 334 | 55 | 13 | 0 | 120 | 137 | 16 | 12 | 132 | 55 |
| Binary | 11011100 | 101101 | 1011 | 0 | 1010000 | 1011111 | 1110 | 1010 | 1011010 | 101101 |
Color Harmonies of #DC2D0B
Complementary color
Monochromatic Colors of #DC2D0B
Black with #DC2D0B
Text Example
Text Example
White with #DC2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D0B; }
p { color: rgb(220,45,11); }
H1.HeaderClassName
{
color: #DC2D0B;
}
.AnyTagClassName
{
color: #DC2D0B;
}
</style>
background-color css
<style>
a { background-color: #DC2D0B; }
a { background-color: rgb(220,45,11); }
div.DivClassName
{
background-color: #DC2D0B;
}
.BgClassName
{
background-color: #DC2D0B;
}
</style>
border-color css
<style>
span { border-color: #DC2D0B; }
span { border-color: rgb(220,45,11); }
td.TdClassName
{
border-color: #DC2D0B;
}
.TagClassName
{
border-color: #DC2D0B;
}
</style>