Html Css Color HEX #DC3A03 Harley Davidson Orange
📋 copy color: '#DC3A03'red 220 ◦ green 58 ◦ blue 3
Shades of Harley Davidson Orange #DC3A03
Tints of Harley Davidson Orange #DC3A03
RGB
CMYK
RGB Variations
Color information
#DC3A03 (or 0xDC3A03) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 03. RGB value is (220,58,3). Sum of RGB (Red+Green+Blue) = 220+58+3=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A03 is #23C5FC. Grayscale: #646464. Windows color (decimal): -2344445 or 211676. OLE color: 211676.
HSL color Cylindrical-coordinate representation of color #DC3A03: hue angle of 15.21º degrees, saturation: 0.97, 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 #DC3A03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.14 |
| HSL | 15.21º | 0.97% | 0.44% | - |
| HSV(B) | 15.21º | 0.99% | 0.86% | - |
| XYZ | 31.04 | 18.25 | 1.97 | - |
| YUV | 100.17 | 73.17 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 3 | 0 | 0.74 | 0.99 | 0.14 | 15.21 | 0.97 | 0.44 |
| Hex | DC | 3A | 3 | 0 | 4A | 63 | E | F | 61 | 2C |
| Octal | 334 | 72 | 3 | 0 | 112 | 143 | 16 | 17 | 141 | 54 |
| Binary | 11011100 | 111010 | 11 | 0 | 1001010 | 1100011 | 1110 | 1111 | 1100001 | 101100 |
Color Harmonies of #DC3A03
Complementary color
Monochromatic Colors of #DC3A03
Black with #DC3A03
Text Example
Text Example
White with #DC3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A03; }
p { color: rgb(220,58,3); }
H1.HeaderClassName
{
color: #DC3A03;
}
.AnyTagClassName
{
color: #DC3A03;
}
</style>
background-color css
<style>
a { background-color: #DC3A03; }
a { background-color: rgb(220,58,3); }
div.DivClassName
{
background-color: #DC3A03;
}
.BgClassName
{
background-color: #DC3A03;
}
</style>
border-color css
<style>
span { border-color: #DC3A03; }
span { border-color: rgb(220,58,3); }
td.TdClassName
{
border-color: #DC3A03;
}
.TagClassName
{
border-color: #DC3A03;
}
</style>