Html Css Color HEX #DC2D13 Harley Davidson Orange
📋 copy color: '#DC2D13'red 220 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #DC2D13
Tints of Harley Davidson Orange #DC2D13
RGB
CMYK
RGB Variations
Color information
#DC2D13 (or 0xDC2D13) is known color: Harley Davidson Orange. HEX triplet: DC, 2D and 13. RGB value is (220,45,19). Sum of RGB (Red+Green+Blue) = 220+45+19=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2D13 is #23D2EC. Grayscale: #5E5E5E. Windows color (decimal): -2347757 or 1256924. OLE color: 1256924.
HSL color Cylindrical-coordinate representation of color #DC2D13: hue angle of 7.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC2D13 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 19 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.14 |
| HSL | 7.76º | 0.84% | 0.47% | - |
| HSV(B) | 7.76º | 0.91% | 0.86% | - |
| XYZ | 30.57 | 17.14 | 2.31 | - |
| YUV | 94.36 | 85.48 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 19 | 0 | 0.80 | 0.91 | 0.14 | 7.76 | 0.84 | 0.47 |
| Hex | DC | 2D | 13 | 0 | 50 | 5B | E | 8 | 54 | 2F |
| Octal | 334 | 55 | 23 | 0 | 120 | 133 | 16 | 10 | 124 | 57 |
| Binary | 11011100 | 101101 | 10011 | 0 | 1010000 | 1011011 | 1110 | 1000 | 1010100 | 101111 |
Color Harmonies of #DC2D13
Complementary color
Monochromatic Colors of #DC2D13
Black with #DC2D13
Text Example
Text Example
White with #DC2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D13; }
p { color: rgb(220,45,19); }
H1.HeaderClassName
{
color: #DC2D13;
}
.AnyTagClassName
{
color: #DC2D13;
}
</style>
background-color css
<style>
a { background-color: #DC2D13; }
a { background-color: rgb(220,45,19); }
div.DivClassName
{
background-color: #DC2D13;
}
.BgClassName
{
background-color: #DC2D13;
}
</style>
border-color css
<style>
span { border-color: #DC2D13; }
span { border-color: rgb(220,45,19); }
td.TdClassName
{
border-color: #DC2D13;
}
.TagClassName
{
border-color: #DC2D13;
}
</style>