Html Css Color HEX #DC341E Harley Davidson Orange
📋 copy color: '#DC341E'red 220 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #DC341E
Tints of Harley Davidson Orange #DC341E
RGB
CMYK
RGB Variations
Color information
#DC341E (or 0xDC341E) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 1E. RGB value is (220,52,30). Sum of RGB (Red+Green+Blue) = 220+52+30=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC341E is #23CBE1. Grayscale: #636363. Windows color (decimal): -2345954 or 1979612. OLE color: 1979612.
HSL color Cylindrical-coordinate representation of color #DC341E: hue angle of 6.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC341E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 30 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.14 |
| HSL | 6.95º | 0.76% | 0.49% | - |
| HSV(B) | 6.95º | 0.86% | 0.86% | - |
| XYZ | 30.98 | 17.77 | 3.02 | - |
| YUV | 99.72 | 88.66 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 30 | 0 | 0.76 | 0.86 | 0.14 | 6.95 | 0.76 | 0.49 |
| Hex | DC | 34 | 1E | 0 | 4C | 56 | E | 7 | 4C | 31 |
| Octal | 334 | 64 | 36 | 0 | 114 | 126 | 16 | 7 | 114 | 61 |
| Binary | 11011100 | 110100 | 11110 | 0 | 1001100 | 1010110 | 1110 | 111 | 1001100 | 110001 |
Color Harmonies of #DC341E
Complementary color
Monochromatic Colors of #DC341E
Black with #DC341E
Text Example
Text Example
White with #DC341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC341E; }
p { color: rgb(220,52,30); }
H1.HeaderClassName
{
color: #DC341E;
}
.AnyTagClassName
{
color: #DC341E;
}
</style>
background-color css
<style>
a { background-color: #DC341E; }
a { background-color: rgb(220,52,30); }
div.DivClassName
{
background-color: #DC341E;
}
.BgClassName
{
background-color: #DC341E;
}
</style>
border-color css
<style>
span { border-color: #DC341E; }
span { border-color: rgb(220,52,30); }
td.TdClassName
{
border-color: #DC341E;
}
.TagClassName
{
border-color: #DC341E;
}
</style>