Html Css Color HEX #DC4002 Harley Davidson Orange
📋 copy color: '#DC4002'red 220 ◦ green 64 ◦ blue 2
Shades of Harley Davidson Orange #DC4002
Tints of Harley Davidson Orange #DC4002
RGB
CMYK
RGB Variations
Color information
#DC4002 (or 0xDC4002) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 02. RGB value is (220,64,2). Sum of RGB (Red+Green+Blue) = 220+64+2=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4002 is #23BFFD. Grayscale: #676767. Windows color (decimal): -2342910 or 147676. OLE color: 147676.
HSL color Cylindrical-coordinate representation of color #DC4002: hue angle of 17.06º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC4002 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.14 |
| HSL | 17.06º | 0.98% | 0.44% | - |
| HSV(B) | 17.06º | 0.99% | 0.86% | - |
| XYZ | 31.36 | 18.89 | 2.05 | - |
| YUV | 103.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 2 | 0 | 0.71 | 0.99 | 0.14 | 17.06 | 0.98 | 0.44 |
| Hex | DC | 40 | 2 | 0 | 47 | 63 | E | 11 | 62 | 2C |
| Octal | 334 | 100 | 2 | 0 | 107 | 143 | 16 | 21 | 142 | 54 |
| Binary | 11011100 | 1000000 | 10 | 0 | 1000111 | 1100011 | 1110 | 10001 | 1100010 | 101100 |
Color Harmonies of #DC4002
Complementary color
Monochromatic Colors of #DC4002
Black with #DC4002
Text Example
Text Example
White with #DC4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4002; }
p { color: rgb(220,64,2); }
H1.HeaderClassName
{
color: #DC4002;
}
.AnyTagClassName
{
color: #DC4002;
}
</style>
background-color css
<style>
a { background-color: #DC4002; }
a { background-color: rgb(220,64,2); }
div.DivClassName
{
background-color: #DC4002;
}
.BgClassName
{
background-color: #DC4002;
}
</style>
border-color css
<style>
span { border-color: #DC4002; }
span { border-color: rgb(220,64,2); }
td.TdClassName
{
border-color: #DC4002;
}
.TagClassName
{
border-color: #DC4002;
}
</style>