Html Css Color HEX #DC3603 Harley Davidson Orange
📋 copy color: '#DC3603'red 220 ◦ green 54 ◦ blue 3
Shades of Harley Davidson Orange #DC3603
Tints of Harley Davidson Orange #DC3603
RGB
CMYK
RGB Variations
Color information
#DC3603 (or 0xDC3603) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 03. RGB value is (220,54,3). Sum of RGB (Red+Green+Blue) = 220+54+3=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3603 is #23C9FC. Grayscale: #626262. Windows color (decimal): -2345469 or 210652. OLE color: 210652.
HSL color Cylindrical-coordinate representation of color #DC3603: hue angle of 14.1º 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 #DC3603 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.14 |
| HSL | 14.1º | 0.97% | 0.44% | - |
| HSV(B) | 14.1º | 0.99% | 0.86% | - |
| XYZ | 30.85 | 17.86 | 1.91 | - |
| YUV | 97.82 | 74.5 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 3 | 0 | 0.75 | 0.99 | 0.14 | 14.1 | 0.97 | 0.44 |
| Hex | DC | 36 | 3 | 0 | 4B | 63 | E | E | 61 | 2C |
| Octal | 334 | 66 | 3 | 0 | 113 | 143 | 16 | 16 | 141 | 54 |
| Binary | 11011100 | 110110 | 11 | 0 | 1001011 | 1100011 | 1110 | 1110 | 1100001 | 101100 |
Color Harmonies of #DC3603
Complementary color
Monochromatic Colors of #DC3603
Black with #DC3603
Text Example
Text Example
White with #DC3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3603; }
p { color: rgb(220,54,3); }
H1.HeaderClassName
{
color: #DC3603;
}
.AnyTagClassName
{
color: #DC3603;
}
</style>
background-color css
<style>
a { background-color: #DC3603; }
a { background-color: rgb(220,54,3); }
div.DivClassName
{
background-color: #DC3603;
}
.BgClassName
{
background-color: #DC3603;
}
</style>
border-color css
<style>
span { border-color: #DC3603; }
span { border-color: rgb(220,54,3); }
td.TdClassName
{
border-color: #DC3603;
}
.TagClassName
{
border-color: #DC3603;
}
</style>