Html Css Color HEX #DC3602 Harley Davidson Orange
📋 copy color: '#DC3602'red 220 ◦ green 54 ◦ blue 2
Shades of Harley Davidson Orange #DC3602
Tints of Harley Davidson Orange #DC3602
RGB
CMYK
RGB Variations
Color information
#DC3602 (or 0xDC3602) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 02. RGB value is (220,54,2). Sum of RGB (Red+Green+Blue) = 220+54+2=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3602 is #23C9FD. Grayscale: #626262. Windows color (decimal): -2345470 or 145116. OLE color: 145116.
HSL color Cylindrical-coordinate representation of color #DC3602: hue angle of 14.31º 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 #DC3602 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.14 |
| HSL | 14.31º | 0.98% | 0.44% | - |
| HSV(B) | 14.31º | 0.99% | 0.86% | - |
| XYZ | 30.85 | 17.86 | 1.88 | - |
| YUV | 97.71 | 74 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 2 | 0 | 0.75 | 0.99 | 0.14 | 14.31 | 0.98 | 0.44 |
| Hex | DC | 36 | 2 | 0 | 4B | 63 | E | E | 62 | 2C |
| Octal | 334 | 66 | 2 | 0 | 113 | 143 | 16 | 16 | 142 | 54 |
| Binary | 11011100 | 110110 | 10 | 0 | 1001011 | 1100011 | 1110 | 1110 | 1100010 | 101100 |
Color Harmonies of #DC3602
Complementary color
Monochromatic Colors of #DC3602
Black with #DC3602
Text Example
Text Example
White with #DC3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3602; }
p { color: rgb(220,54,2); }
H1.HeaderClassName
{
color: #DC3602;
}
.AnyTagClassName
{
color: #DC3602;
}
</style>
background-color css
<style>
a { background-color: #DC3602; }
a { background-color: rgb(220,54,2); }
div.DivClassName
{
background-color: #DC3602;
}
.BgClassName
{
background-color: #DC3602;
}
</style>
border-color css
<style>
span { border-color: #DC3602; }
span { border-color: rgb(220,54,2); }
td.TdClassName
{
border-color: #DC3602;
}
.TagClassName
{
border-color: #DC3602;
}
</style>