Html Css Color HEX #DC3E03 Harley Davidson Orange
📋 copy color: '#DC3E03'red 220 ◦ green 62 ◦ blue 3
Shades of Harley Davidson Orange #DC3E03
Tints of Harley Davidson Orange #DC3E03
RGB
CMYK
RGB Variations
Color information
#DC3E03 (or 0xDC3E03) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 03. RGB value is (220,62,3). Sum of RGB (Red+Green+Blue) = 220+62+3=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E03 is #23C1FC. Grayscale: #666666. Windows color (decimal): -2343421 or 212700. OLE color: 212700.
HSL color Cylindrical-coordinate representation of color #DC3E03: hue angle of 16.31º 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 #DC3E03 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.14 |
| HSL | 16.31º | 0.97% | 0.44% | - |
| HSV(B) | 16.31º | 0.99% | 0.86% | - |
| XYZ | 31.25 | 18.67 | 2.04 | - |
| YUV | 102.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 3 | 0 | 0.72 | 0.99 | 0.14 | 16.31 | 0.97 | 0.44 |
| Hex | DC | 3E | 3 | 0 | 48 | 63 | E | 10 | 61 | 2C |
| Octal | 334 | 76 | 3 | 0 | 110 | 143 | 16 | 20 | 141 | 54 |
| Binary | 11011100 | 111110 | 11 | 0 | 1001000 | 1100011 | 1110 | 10000 | 1100001 | 101100 |
Color Harmonies of #DC3E03
Complementary color
Monochromatic Colors of #DC3E03
Black with #DC3E03
Text Example
Text Example
White with #DC3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E03; }
p { color: rgb(220,62,3); }
H1.HeaderClassName
{
color: #DC3E03;
}
.AnyTagClassName
{
color: #DC3E03;
}
</style>
background-color css
<style>
a { background-color: #DC3E03; }
a { background-color: rgb(220,62,3); }
div.DivClassName
{
background-color: #DC3E03;
}
.BgClassName
{
background-color: #DC3E03;
}
</style>
border-color css
<style>
span { border-color: #DC3E03; }
span { border-color: rgb(220,62,3); }
td.TdClassName
{
border-color: #DC3E03;
}
.TagClassName
{
border-color: #DC3E03;
}
</style>