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