Html Css Color HEX #DC340E Harley Davidson Orange
📋 copy color: '#DC340E'red 220 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #DC340E
Tints of Harley Davidson Orange #DC340E
RGB
CMYK
RGB Variations
Color information
#DC340E (or 0xDC340E) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 0E. RGB value is (220,52,14). Sum of RGB (Red+Green+Blue) = 220+52+14=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC340E is #23CBF1. Grayscale: #626262. Windows color (decimal): -2345970 or 931036. OLE color: 931036.
HSL color Cylindrical-coordinate representation of color #DC340E: hue angle of 11.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC340E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.14 |
| HSL | 11.07º | 0.88% | 0.46% | - |
| HSV(B) | 11.07º | 0.94% | 0.86% | - |
| XYZ | 30.82 | 17.7 | 2.21 | - |
| YUV | 97.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 14 | 0 | 0.76 | 0.94 | 0.14 | 11.07 | 0.88 | 0.46 |
| Hex | DC | 34 | E | 0 | 4C | 5E | E | B | 58 | 2E |
| Octal | 334 | 64 | 16 | 0 | 114 | 136 | 16 | 13 | 130 | 56 |
| Binary | 11011100 | 110100 | 1110 | 0 | 1001100 | 1011110 | 1110 | 1011 | 1011000 | 101110 |
Color Harmonies of #DC340E
Complementary color
Monochromatic Colors of #DC340E
Black with #DC340E
Text Example
Text Example
White with #DC340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC340E; }
p { color: rgb(220,52,14); }
H1.HeaderClassName
{
color: #DC340E;
}
.AnyTagClassName
{
color: #DC340E;
}
</style>
background-color css
<style>
a { background-color: #DC340E; }
a { background-color: rgb(220,52,14); }
div.DivClassName
{
background-color: #DC340E;
}
.BgClassName
{
background-color: #DC340E;
}
</style>
border-color css
<style>
span { border-color: #DC340E; }
span { border-color: rgb(220,52,14); }
td.TdClassName
{
border-color: #DC340E;
}
.TagClassName
{
border-color: #DC340E;
}
</style>