Html Css Color HEX #DC3403 Harley Davidson Orange
📋 copy color: '#DC3403'red 220 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #DC3403
Tints of Harley Davidson Orange #DC3403
RGB
CMYK
RGB Variations
Color information
#DC3403 (or 0xDC3403) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 03. RGB value is (220,52,3). Sum of RGB (Red+Green+Blue) = 220+52+3=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3403 is #23CBFC. Grayscale: #616161. Windows color (decimal): -2345981 or 210140. OLE color: 210140.
HSL color Cylindrical-coordinate representation of color #DC3403: hue angle of 13.55º 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 #DC3403 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.14 |
| HSL | 13.55º | 0.97% | 0.44% | - |
| HSV(B) | 13.55º | 0.99% | 0.86% | - |
| XYZ | 30.76 | 17.68 | 1.88 | - |
| YUV | 96.65 | 75.16 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 3 | 0 | 0.76 | 0.99 | 0.14 | 13.55 | 0.97 | 0.44 |
| Hex | DC | 34 | 3 | 0 | 4C | 63 | E | E | 61 | 2C |
| Octal | 334 | 64 | 3 | 0 | 114 | 143 | 16 | 16 | 141 | 54 |
| Binary | 11011100 | 110100 | 11 | 0 | 1001100 | 1100011 | 1110 | 1110 | 1100001 | 101100 |
Color Harmonies of #DC3403
Complementary color
Monochromatic Colors of #DC3403
Black with #DC3403
Text Example
Text Example
White with #DC3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3403; }
p { color: rgb(220,52,3); }
H1.HeaderClassName
{
color: #DC3403;
}
.AnyTagClassName
{
color: #DC3403;
}
</style>
background-color css
<style>
a { background-color: #DC3403; }
a { background-color: rgb(220,52,3); }
div.DivClassName
{
background-color: #DC3403;
}
.BgClassName
{
background-color: #DC3403;
}
</style>
border-color css
<style>
span { border-color: #DC3403; }
span { border-color: rgb(220,52,3); }
td.TdClassName
{
border-color: #DC3403;
}
.TagClassName
{
border-color: #DC3403;
}
</style>