Html Css Color HEX #DC3E01 Harley Davidson Orange
📋 copy color: '#DC3E01'red 220 ◦ green 62 ◦ blue 1
Shades of Harley Davidson Orange #DC3E01
Tints of Harley Davidson Orange #DC3E01
RGB
CMYK
RGB Variations
Color information
#DC3E01 (or 0xDC3E01) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 01. RGB value is (220,62,1). Sum of RGB (Red+Green+Blue) = 220+62+1=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E01 is #23C1FE. Grayscale: #666666. Windows color (decimal): -2343423 or 81628. OLE color: 81628.
HSL color Cylindrical-coordinate representation of color #DC3E01: hue angle of 16.71º 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 #DC3E01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.14 |
| HSL | 16.71º | 0.99% | 0.43% | - |
| HSV(B) | 16.71º | 1% | 0.86% | - |
| XYZ | 31.24 | 18.66 | 1.98 | - |
| YUV | 102.29 | 70.85 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 1 | 0 | 0.72 | 1.00 | 0.14 | 16.71 | 0.99 | 0.43 |
| Hex | DC | 3E | 1 | 0 | 48 | 64 | E | 11 | 63 | 2B |
| Octal | 334 | 76 | 1 | 0 | 110 | 144 | 16 | 21 | 143 | 53 |
| Binary | 11011100 | 111110 | 1 | 0 | 1001000 | 1100100 | 1110 | 10001 | 1100011 | 101011 |
Color Harmonies of #DC3E01
Complementary color
Monochromatic Colors of #DC3E01
Black with #DC3E01
Text Example
Text Example
White with #DC3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E01; }
p { color: rgb(220,62,1); }
H1.HeaderClassName
{
color: #DC3E01;
}
.AnyTagClassName
{
color: #DC3E01;
}
</style>
background-color css
<style>
a { background-color: #DC3E01; }
a { background-color: rgb(220,62,1); }
div.DivClassName
{
background-color: #DC3E01;
}
.BgClassName
{
background-color: #DC3E01;
}
</style>
border-color css
<style>
span { border-color: #DC3E01; }
span { border-color: rgb(220,62,1); }
td.TdClassName
{
border-color: #DC3E01;
}
.TagClassName
{
border-color: #DC3E01;
}
</style>