Html Css Color HEX #DC3103 Harley Davidson Orange
📋 copy color: '#DC3103'red 220 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #DC3103
Tints of Harley Davidson Orange #DC3103
RGB
CMYK
RGB Variations
Color information
#DC3103 (or 0xDC3103) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 03. RGB value is (220,49,3). Sum of RGB (Red+Green+Blue) = 220+49+3=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3103 is #23CEFC. Grayscale: #5F5F5F. Windows color (decimal): -2346749 or 209372. OLE color: 209372.
HSL color Cylindrical-coordinate representation of color #DC3103: hue angle of 12.72º 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 #DC3103 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.14 |
| HSL | 12.72º | 0.97% | 0.44% | - |
| HSV(B) | 12.72º | 0.99% | 0.86% | - |
| XYZ | 30.63 | 17.42 | 1.83 | - |
| YUV | 94.89 | 76.15 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 3 | 0 | 0.78 | 0.99 | 0.14 | 12.72 | 0.97 | 0.44 |
| Hex | DC | 31 | 3 | 0 | 4E | 63 | E | D | 61 | 2C |
| Octal | 334 | 61 | 3 | 0 | 116 | 143 | 16 | 15 | 141 | 54 |
| Binary | 11011100 | 110001 | 11 | 0 | 1001110 | 1100011 | 1110 | 1101 | 1100001 | 101100 |
Color Harmonies of #DC3103
Complementary color
Monochromatic Colors of #DC3103
Black with #DC3103
Text Example
Text Example
White with #DC3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3103; }
p { color: rgb(220,49,3); }
H1.HeaderClassName
{
color: #DC3103;
}
.AnyTagClassName
{
color: #DC3103;
}
</style>
background-color css
<style>
a { background-color: #DC3103; }
a { background-color: rgb(220,49,3); }
div.DivClassName
{
background-color: #DC3103;
}
.BgClassName
{
background-color: #DC3103;
}
</style>
border-color css
<style>
span { border-color: #DC3103; }
span { border-color: rgb(220,49,3); }
td.TdClassName
{
border-color: #DC3103;
}
.TagClassName
{
border-color: #DC3103;
}
</style>