Html Css Color HEX #DC3A01 Harley Davidson Orange
📋 copy color: '#DC3A01'red 220 ◦ green 58 ◦ blue 1
Shades of Harley Davidson Orange #DC3A01
Tints of Harley Davidson Orange #DC3A01
RGB
CMYK
RGB Variations
Color information
#DC3A01 (or 0xDC3A01) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 01. RGB value is (220,58,1). Sum of RGB (Red+Green+Blue) = 220+58+1=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A01 is #23C5FE. Grayscale: #646464. Windows color (decimal): -2344447 or 80604. OLE color: 80604.
HSL color Cylindrical-coordinate representation of color #DC3A01: hue angle of 15.62º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC3A01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.14 |
| HSL | 15.62º | 0.99% | 0.43% | - |
| HSV(B) | 15.62º | 1% | 0.86% | - |
| XYZ | 31.03 | 18.24 | 1.91 | - |
| YUV | 99.94 | 72.17 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 1 | 0 | 0.74 | 1.00 | 0.14 | 15.62 | 0.99 | 0.43 |
| Hex | DC | 3A | 1 | 0 | 4A | 64 | E | 10 | 63 | 2B |
| Octal | 334 | 72 | 1 | 0 | 112 | 144 | 16 | 20 | 143 | 53 |
| Binary | 11011100 | 111010 | 1 | 0 | 1001010 | 1100100 | 1110 | 10000 | 1100011 | 101011 |
Color Harmonies of #DC3A01
Complementary color
Monochromatic Colors of #DC3A01
Black with #DC3A01
Text Example
Text Example
White with #DC3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A01; }
p { color: rgb(220,58,1); }
H1.HeaderClassName
{
color: #DC3A01;
}
.AnyTagClassName
{
color: #DC3A01;
}
</style>
background-color css
<style>
a { background-color: #DC3A01; }
a { background-color: rgb(220,58,1); }
div.DivClassName
{
background-color: #DC3A01;
}
.BgClassName
{
background-color: #DC3A01;
}
</style>
border-color css
<style>
span { border-color: #DC3A01; }
span { border-color: rgb(220,58,1); }
td.TdClassName
{
border-color: #DC3A01;
}
.TagClassName
{
border-color: #DC3A01;
}
</style>