Html Css Color HEX #DC3B04 Harley Davidson Orange
📋 copy color: '#DC3B04'red 220 ◦ green 59 ◦ blue 4
Shades of Harley Davidson Orange #DC3B04
Tints of Harley Davidson Orange #DC3B04
RGB
CMYK
RGB Variations
Color information
#DC3B04 (or 0xDC3B04) is known color: Harley Davidson Orange. HEX triplet: DC, 3B and 04. RGB value is (220,59,4). Sum of RGB (Red+Green+Blue) = 220+59+4=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3B04 is #23C4FB. Grayscale: #656565. Windows color (decimal): -2344188 or 277468. OLE color: 277468.
HSL color Cylindrical-coordinate representation of color #DC3B04: hue angle of 15.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC3B04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.14 |
| HSL | 15.28º | 0.96% | 0.44% | - |
| HSV(B) | 15.28º | 0.98% | 0.86% | - |
| XYZ | 31.1 | 18.35 | 2.02 | - |
| YUV | 100.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 4 | 0 | 0.73 | 0.98 | 0.14 | 15.28 | 0.96 | 0.44 |
| Hex | DC | 3B | 4 | 0 | 49 | 62 | E | F | 60 | 2C |
| Octal | 334 | 73 | 4 | 0 | 111 | 142 | 16 | 17 | 140 | 54 |
| Binary | 11011100 | 111011 | 100 | 0 | 1001001 | 1100010 | 1110 | 1111 | 1100000 | 101100 |
Color Harmonies of #DC3B04
Complementary color
Monochromatic Colors of #DC3B04
Black with #DC3B04
Text Example
Text Example
White with #DC3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B04; }
p { color: rgb(220,59,4); }
H1.HeaderClassName
{
color: #DC3B04;
}
.AnyTagClassName
{
color: #DC3B04;
}
</style>
background-color css
<style>
a { background-color: #DC3B04; }
a { background-color: rgb(220,59,4); }
div.DivClassName
{
background-color: #DC3B04;
}
.BgClassName
{
background-color: #DC3B04;
}
</style>
border-color css
<style>
span { border-color: #DC3B04; }
span { border-color: rgb(220,59,4); }
td.TdClassName
{
border-color: #DC3B04;
}
.TagClassName
{
border-color: #DC3B04;
}
</style>