Html Css Color HEX #DC340A Harley Davidson Orange
📋 copy color: '#DC340A'red 220 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #DC340A
Tints of Harley Davidson Orange #DC340A
RGB
CMYK
RGB Variations
Color information
#DC340A (or 0xDC340A) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 0A. RGB value is (220,52,10). Sum of RGB (Red+Green+Blue) = 220+52+10=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC340A is #23CBF5. Grayscale: #616161. Windows color (decimal): -2345974 or 668892. OLE color: 668892.
HSL color Cylindrical-coordinate representation of color #DC340A: hue angle of 12º degrees, saturation: 0.91, 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 #DC340A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 12º | 0.91% | 0.45% | - |
| HSV(B) | 12º | 0.95% | 0.86% | - |
| XYZ | 30.8 | 17.69 | 2.08 | - |
| YUV | 97.44 | 78.66 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 10 | 0 | 0.76 | 0.95 | 0.14 | 12 | 0.91 | 0.45 |
| Hex | DC | 34 | A | 0 | 4C | 5F | E | C | 5B | 2D |
| Octal | 334 | 64 | 12 | 0 | 114 | 137 | 16 | 14 | 133 | 55 |
| Binary | 11011100 | 110100 | 1010 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011011 | 101101 |
Color Harmonies of #DC340A
Complementary color
Monochromatic Colors of #DC340A
Black with #DC340A
Text Example
Text Example
White with #DC340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC340A; }
p { color: rgb(220,52,10); }
H1.HeaderClassName
{
color: #DC340A;
}
.AnyTagClassName
{
color: #DC340A;
}
</style>
background-color css
<style>
a { background-color: #DC340A; }
a { background-color: rgb(220,52,10); }
div.DivClassName
{
background-color: #DC340A;
}
.BgClassName
{
background-color: #DC340A;
}
</style>
border-color css
<style>
span { border-color: #DC340A; }
span { border-color: rgb(220,52,10); }
td.TdClassName
{
border-color: #DC340A;
}
.TagClassName
{
border-color: #DC340A;
}
</style>