Html Css Color HEX #DC2613 Harley Davidson Orange
📋 copy color: '#DC2613'red 220 ◦ green 38 ◦ blue 19
Shades of Harley Davidson Orange #DC2613
Tints of Harley Davidson Orange #DC2613
RGB
CMYK
RGB Variations
Color information
#DC2613 (or 0xDC2613) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 13. RGB value is (220,38,19). Sum of RGB (Red+Green+Blue) = 220+38+19=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2613 is #23D9EC. Grayscale: #5A5A5A. Windows color (decimal): -2349549 or 1255132. OLE color: 1255132.
HSL color Cylindrical-coordinate representation of color #DC2613: hue angle of 5.67º 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 #DC2613 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.14 |
| HSL | 5.67º | 0.84% | 0.47% | - |
| HSV(B) | 5.67º | 0.91% | 0.86% | - |
| XYZ | 30.33 | 16.65 | 2.23 | - |
| YUV | 90.25 | 87.8 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 19 | 0 | 0.83 | 0.91 | 0.14 | 5.67 | 0.84 | 0.47 |
| Hex | DC | 26 | 13 | 0 | 53 | 5B | E | 6 | 54 | 2F |
| Octal | 334 | 46 | 23 | 0 | 123 | 133 | 16 | 6 | 124 | 57 |
| Binary | 11011100 | 100110 | 10011 | 0 | 1010011 | 1011011 | 1110 | 110 | 1010100 | 101111 |
Color Harmonies of #DC2613
Complementary color
Monochromatic Colors of #DC2613
Black with #DC2613
Text Example
Text Example
White with #DC2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2613; }
p { color: rgb(220,38,19); }
H1.HeaderClassName
{
color: #DC2613;
}
.AnyTagClassName
{
color: #DC2613;
}
</style>
background-color css
<style>
a { background-color: #DC2613; }
a { background-color: rgb(220,38,19); }
div.DivClassName
{
background-color: #DC2613;
}
.BgClassName
{
background-color: #DC2613;
}
</style>
border-color css
<style>
span { border-color: #DC2613; }
span { border-color: rgb(220,38,19); }
td.TdClassName
{
border-color: #DC2613;
}
.TagClassName
{
border-color: #DC2613;
}
</style>