Html Css Color HEX #DC3A05 Harley Davidson Orange
📋 copy color: '#DC3A05'red 220 ◦ green 58 ◦ blue 5
Shades of Harley Davidson Orange #DC3A05
Tints of Harley Davidson Orange #DC3A05
RGB
CMYK
RGB Variations
Color information
#DC3A05 (or 0xDC3A05) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 05. RGB value is (220,58,5). Sum of RGB (Red+Green+Blue) = 220+58+5=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A05 is #23C5FA. Grayscale: #646464. Windows color (decimal): -2344443 or 342748. OLE color: 342748.
HSL color Cylindrical-coordinate representation of color #DC3A05: hue angle of 14.79º 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 #DC3A05 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.14 |
| HSL | 14.79º | 0.96% | 0.44% | - |
| HSV(B) | 14.79º | 0.98% | 0.86% | - |
| XYZ | 31.06 | 18.25 | 2.03 | - |
| YUV | 100.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 5 | 0 | 0.74 | 0.98 | 0.14 | 14.79 | 0.96 | 0.44 |
| Hex | DC | 3A | 5 | 0 | 4A | 62 | E | F | 60 | 2C |
| Octal | 334 | 72 | 5 | 0 | 112 | 142 | 16 | 17 | 140 | 54 |
| Binary | 11011100 | 111010 | 101 | 0 | 1001010 | 1100010 | 1110 | 1111 | 1100000 | 101100 |
Color Harmonies of #DC3A05
Complementary color
Monochromatic Colors of #DC3A05
Black with #DC3A05
Text Example
Text Example
White with #DC3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A05; }
p { color: rgb(220,58,5); }
H1.HeaderClassName
{
color: #DC3A05;
}
.AnyTagClassName
{
color: #DC3A05;
}
</style>
background-color css
<style>
a { background-color: #DC3A05; }
a { background-color: rgb(220,58,5); }
div.DivClassName
{
background-color: #DC3A05;
}
.BgClassName
{
background-color: #DC3A05;
}
</style>
border-color css
<style>
span { border-color: #DC3A05; }
span { border-color: rgb(220,58,5); }
td.TdClassName
{
border-color: #DC3A05;
}
.TagClassName
{
border-color: #DC3A05;
}
</style>