Html Css Color HEX #DC341F Harley Davidson Orange
📋 copy color: '#DC341F'red 220 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #DC341F
Tints of Harley Davidson Orange #DC341F
RGB
CMYK
RGB Variations
Color information
#DC341F (or 0xDC341F) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 1F. RGB value is (220,52,31). Sum of RGB (Red+Green+Blue) = 220+52+31=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC341F is #23CBE0. Grayscale: #646464. Windows color (decimal): -2345953 or 2045148. OLE color: 2045148.
HSL color Cylindrical-coordinate representation of color #DC341F: hue angle of 6.67º degrees, saturation: 0.75, 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 #DC341F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 31 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.14 |
| HSL | 6.67º | 0.75% | 0.49% | - |
| HSV(B) | 6.67º | 0.86% | 0.86% | - |
| XYZ | 30.99 | 17.77 | 3.09 | - |
| YUV | 99.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 31 | 0 | 0.76 | 0.86 | 0.14 | 6.67 | 0.75 | 0.49 |
| Hex | DC | 34 | 1F | 0 | 4C | 56 | E | 7 | 4B | 31 |
| Octal | 334 | 64 | 37 | 0 | 114 | 126 | 16 | 7 | 113 | 61 |
| Binary | 11011100 | 110100 | 11111 | 0 | 1001100 | 1010110 | 1110 | 111 | 1001011 | 110001 |
Color Harmonies of #DC341F
Complementary color
Monochromatic Colors of #DC341F
Black with #DC341F
Text Example
Text Example
White with #DC341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC341F; }
p { color: rgb(220,52,31); }
H1.HeaderClassName
{
color: #DC341F;
}
.AnyTagClassName
{
color: #DC341F;
}
</style>
background-color css
<style>
a { background-color: #DC341F; }
a { background-color: rgb(220,52,31); }
div.DivClassName
{
background-color: #DC341F;
}
.BgClassName
{
background-color: #DC341F;
}
</style>
border-color css
<style>
span { border-color: #DC341F; }
span { border-color: rgb(220,52,31); }
td.TdClassName
{
border-color: #DC341F;
}
.TagClassName
{
border-color: #DC341F;
}
</style>