Html Css Color HEX #DC2617 Harley Davidson Orange
📋 copy color: '#DC2617'red 220 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #DC2617
Tints of Harley Davidson Orange #DC2617
RGB
CMYK
RGB Variations
Color information
#DC2617 (or 0xDC2617) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 17. RGB value is (220,38,23). Sum of RGB (Red+Green+Blue) = 220+38+23=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2617 is #23D9E8. Grayscale: #5A5A5A. Windows color (decimal): -2349545 or 1517276. OLE color: 1517276.
HSL color Cylindrical-coordinate representation of color #DC2617: hue angle of 4.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC2617 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 23 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.14 |
| HSL | 4.57º | 0.81% | 0.48% | - |
| HSV(B) | 4.57º | 0.9% | 0.86% | - |
| XYZ | 30.36 | 16.66 | 2.43 | - |
| YUV | 90.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 23 | 0 | 0.83 | 0.90 | 0.14 | 4.57 | 0.81 | 0.48 |
| Hex | DC | 26 | 17 | 0 | 53 | 5A | E | 5 | 51 | 30 |
| Octal | 334 | 46 | 27 | 0 | 123 | 132 | 16 | 5 | 121 | 60 |
| Binary | 11011100 | 100110 | 10111 | 0 | 1010011 | 1011010 | 1110 | 101 | 1010001 | 110000 |
Color Harmonies of #DC2617
Complementary color
Monochromatic Colors of #DC2617
Black with #DC2617
Text Example
Text Example
White with #DC2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2617; }
p { color: rgb(220,38,23); }
H1.HeaderClassName
{
color: #DC2617;
}
.AnyTagClassName
{
color: #DC2617;
}
</style>
background-color css
<style>
a { background-color: #DC2617; }
a { background-color: rgb(220,38,23); }
div.DivClassName
{
background-color: #DC2617;
}
.BgClassName
{
background-color: #DC2617;
}
</style>
border-color css
<style>
span { border-color: #DC2617; }
span { border-color: rgb(220,38,23); }
td.TdClassName
{
border-color: #DC2617;
}
.TagClassName
{
border-color: #DC2617;
}
</style>