Html Css Color HEX #DC3A02 Harley Davidson Orange
📋 copy color: '#DC3A02'red 220 ◦ green 58 ◦ blue 2
Shades of Harley Davidson Orange #DC3A02
Tints of Harley Davidson Orange #DC3A02
RGB
CMYK
RGB Variations
Color information
#DC3A02 (or 0xDC3A02) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 02. RGB value is (220,58,2). Sum of RGB (Red+Green+Blue) = 220+58+2=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A02 is #23C5FD. Grayscale: #646464. Windows color (decimal): -2344446 or 146140. OLE color: 146140.
HSL color Cylindrical-coordinate representation of color #DC3A02: hue angle of 15.41º 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 #DC3A02 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.14 |
| HSL | 15.41º | 0.98% | 0.44% | - |
| HSV(B) | 15.41º | 0.99% | 0.86% | - |
| XYZ | 31.04 | 18.25 | 1.94 | - |
| YUV | 100.05 | 72.67 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 2 | 0 | 0.74 | 0.99 | 0.14 | 15.41 | 0.98 | 0.44 |
| Hex | DC | 3A | 2 | 0 | 4A | 63 | E | F | 62 | 2C |
| Octal | 334 | 72 | 2 | 0 | 112 | 143 | 16 | 17 | 142 | 54 |
| Binary | 11011100 | 111010 | 10 | 0 | 1001010 | 1100011 | 1110 | 1111 | 1100010 | 101100 |
Color Harmonies of #DC3A02
Complementary color
Monochromatic Colors of #DC3A02
Black with #DC3A02
Text Example
Text Example
White with #DC3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A02; }
p { color: rgb(220,58,2); }
H1.HeaderClassName
{
color: #DC3A02;
}
.AnyTagClassName
{
color: #DC3A02;
}
</style>
background-color css
<style>
a { background-color: #DC3A02; }
a { background-color: rgb(220,58,2); }
div.DivClassName
{
background-color: #DC3A02;
}
.BgClassName
{
background-color: #DC3A02;
}
</style>
border-color css
<style>
span { border-color: #DC3A02; }
span { border-color: rgb(220,58,2); }
td.TdClassName
{
border-color: #DC3A02;
}
.TagClassName
{
border-color: #DC3A02;
}
</style>