Html Css Color HEX #DC2601 Harley Davidson Orange
📋 copy color: '#DC2601'red 220 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #DC2601
Tints of Harley Davidson Orange #DC2601
RGB
CMYK
RGB Variations
Color information
#DC2601 (or 0xDC2601) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 01. RGB value is (220,38,1). Sum of RGB (Red+Green+Blue) = 220+38+1=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2601 is #23D9FE. Grayscale: #585858. Windows color (decimal): -2349567 or 75484. OLE color: 75484.
HSL color Cylindrical-coordinate representation of color #DC2601: hue angle of 10.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC2601 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.14 |
| HSL | 10.14º | 0.99% | 0.43% | - |
| HSV(B) | 10.14º | 1% | 0.86% | - |
| XYZ | 30.21 | 16.6 | 1.64 | - |
| YUV | 88.2 | 78.8 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 1 | 0 | 0.83 | 1.00 | 0.14 | 10.14 | 0.99 | 0.43 |
| Hex | DC | 26 | 1 | 0 | 53 | 64 | E | A | 63 | 2B |
| Octal | 334 | 46 | 1 | 0 | 123 | 144 | 16 | 12 | 143 | 53 |
| Binary | 11011100 | 100110 | 1 | 0 | 1010011 | 1100100 | 1110 | 1010 | 1100011 | 101011 |
Color Harmonies of #DC2601
Complementary color
Monochromatic Colors of #DC2601
Black with #DC2601
Text Example
Text Example
White with #DC2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2601; }
p { color: rgb(220,38,1); }
H1.HeaderClassName
{
color: #DC2601;
}
.AnyTagClassName
{
color: #DC2601;
}
</style>
background-color css
<style>
a { background-color: #DC2601; }
a { background-color: rgb(220,38,1); }
div.DivClassName
{
background-color: #DC2601;
}
.BgClassName
{
background-color: #DC2601;
}
</style>
border-color css
<style>
span { border-color: #DC2601; }
span { border-color: rgb(220,38,1); }
td.TdClassName
{
border-color: #DC2601;
}
.TagClassName
{
border-color: #DC2601;
}
</style>