Html Css Color HEX #DC350C Harley Davidson Orange
📋 copy color: '#DC350C'red 220 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #DC350C
Tints of Harley Davidson Orange #DC350C
RGB
CMYK
RGB Variations
Color information
#DC350C (or 0xDC350C) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 0C. RGB value is (220,53,12). Sum of RGB (Red+Green+Blue) = 220+53+12=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC350C is #23CAF3. Grayscale: #626262. Windows color (decimal): -2345716 or 800220. OLE color: 800220.
HSL color Cylindrical-coordinate representation of color #DC350C: hue angle of 11.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC350C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 11.83º | 0.9% | 0.45% | - |
| HSV(B) | 11.83º | 0.95% | 0.86% | - |
| XYZ | 30.85 | 17.79 | 2.16 | - |
| YUV | 98.26 | 79.33 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 12 | 0 | 0.76 | 0.95 | 0.14 | 11.83 | 0.9 | 0.45 |
| Hex | DC | 35 | C | 0 | 4C | 5F | E | C | 5A | 2D |
| Octal | 334 | 65 | 14 | 0 | 114 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011100 | 110101 | 1100 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DC350C
Complementary color
Monochromatic Colors of #DC350C
Black with #DC350C
Text Example
Text Example
White with #DC350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC350C; }
p { color: rgb(220,53,12); }
H1.HeaderClassName
{
color: #DC350C;
}
.AnyTagClassName
{
color: #DC350C;
}
</style>
background-color css
<style>
a { background-color: #DC350C; }
a { background-color: rgb(220,53,12); }
div.DivClassName
{
background-color: #DC350C;
}
.BgClassName
{
background-color: #DC350C;
}
</style>
border-color css
<style>
span { border-color: #DC350C; }
span { border-color: rgb(220,53,12); }
td.TdClassName
{
border-color: #DC350C;
}
.TagClassName
{
border-color: #DC350C;
}
</style>