Html Css Color HEX #DC2615 Harley Davidson Orange
📋 copy color: '#DC2615'red 220 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #DC2615
Tints of Harley Davidson Orange #DC2615
RGB
CMYK
RGB Variations
Color information
#DC2615 (or 0xDC2615) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 15. RGB value is (220,38,21). Sum of RGB (Red+Green+Blue) = 220+38+21=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2615 is #23D9EA. Grayscale: #5A5A5A. Windows color (decimal): -2349547 or 1386204. OLE color: 1386204.
HSL color Cylindrical-coordinate representation of color #DC2615: hue angle of 5.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC2615 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.14 |
| HSL | 5.13º | 0.83% | 0.47% | - |
| HSV(B) | 5.13º | 0.9% | 0.86% | - |
| XYZ | 30.34 | 16.66 | 2.33 | - |
| YUV | 90.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 21 | 0 | 0.83 | 0.90 | 0.14 | 5.13 | 0.83 | 0.47 |
| Hex | DC | 26 | 15 | 0 | 53 | 5A | E | 5 | 53 | 2F |
| Octal | 334 | 46 | 25 | 0 | 123 | 132 | 16 | 5 | 123 | 57 |
| Binary | 11011100 | 100110 | 10101 | 0 | 1010011 | 1011010 | 1110 | 101 | 1010011 | 101111 |
Color Harmonies of #DC2615
Complementary color
Monochromatic Colors of #DC2615
Black with #DC2615
Text Example
Text Example
White with #DC2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2615; }
p { color: rgb(220,38,21); }
H1.HeaderClassName
{
color: #DC2615;
}
.AnyTagClassName
{
color: #DC2615;
}
</style>
background-color css
<style>
a { background-color: #DC2615; }
a { background-color: rgb(220,38,21); }
div.DivClassName
{
background-color: #DC2615;
}
.BgClassName
{
background-color: #DC2615;
}
</style>
border-color css
<style>
span { border-color: #DC2615; }
span { border-color: rgb(220,38,21); }
td.TdClassName
{
border-color: #DC2615;
}
.TagClassName
{
border-color: #DC2615;
}
</style>