Html Css Color HEX #DC2513 Harley Davidson Orange
📋 copy color: '#DC2513'red 220 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #DC2513
Tints of Harley Davidson Orange #DC2513
RGB
CMYK
RGB Variations
Color information
#DC2513 (or 0xDC2513) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 13. RGB value is (220,37,19). Sum of RGB (Red+Green+Blue) = 220+37+19=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2513 is #23DAEC. Grayscale: #595959. Windows color (decimal): -2349805 or 1254876. OLE color: 1254876.
HSL color Cylindrical-coordinate representation of color #DC2513: hue angle of 5.37º 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 #DC2513 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.14 |
| HSL | 5.37º | 0.84% | 0.47% | - |
| HSV(B) | 5.37º | 0.91% | 0.86% | - |
| XYZ | 30.29 | 16.59 | 2.22 | - |
| YUV | 89.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 19 | 0 | 0.83 | 0.91 | 0.14 | 5.37 | 0.84 | 0.47 |
| Hex | DC | 25 | 13 | 0 | 53 | 5B | E | 5 | 54 | 2F |
| Octal | 334 | 45 | 23 | 0 | 123 | 133 | 16 | 5 | 124 | 57 |
| Binary | 11011100 | 100101 | 10011 | 0 | 1010011 | 1011011 | 1110 | 101 | 1010100 | 101111 |
Color Harmonies of #DC2513
Complementary color
Monochromatic Colors of #DC2513
Black with #DC2513
Text Example
Text Example
White with #DC2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2513; }
p { color: rgb(220,37,19); }
H1.HeaderClassName
{
color: #DC2513;
}
.AnyTagClassName
{
color: #DC2513;
}
</style>
background-color css
<style>
a { background-color: #DC2513; }
a { background-color: rgb(220,37,19); }
div.DivClassName
{
background-color: #DC2513;
}
.BgClassName
{
background-color: #DC2513;
}
</style>
border-color css
<style>
span { border-color: #DC2513; }
span { border-color: rgb(220,37,19); }
td.TdClassName
{
border-color: #DC2513;
}
.TagClassName
{
border-color: #DC2513;
}
</style>