Html Css Color HEX #DC361C Harley Davidson Orange
📋 copy color: '#DC361C'red 220 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #DC361C
Tints of Harley Davidson Orange #DC361C
RGB
CMYK
RGB Variations
Color information
#DC361C (or 0xDC361C) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 1C. RGB value is (220,54,28). Sum of RGB (Red+Green+Blue) = 220+54+28=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC361C is #23C9E3. Grayscale: #646464. Windows color (decimal): -2345444 or 1849052. OLE color: 1849052.
HSL color Cylindrical-coordinate representation of color #DC361C: hue angle of 8.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC361C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.14 |
| HSL | 8.13º | 0.77% | 0.49% | - |
| HSV(B) | 8.13º | 0.87% | 0.86% | - |
| XYZ | 31.04 | 17.94 | 2.92 | - |
| YUV | 100.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 28 | 0 | 0.75 | 0.87 | 0.14 | 8.13 | 0.77 | 0.49 |
| Hex | DC | 36 | 1C | 0 | 4B | 57 | E | 8 | 4D | 31 |
| Octal | 334 | 66 | 34 | 0 | 113 | 127 | 16 | 10 | 115 | 61 |
| Binary | 11011100 | 110110 | 11100 | 0 | 1001011 | 1010111 | 1110 | 1000 | 1001101 | 110001 |
Color Harmonies of #DC361C
Complementary color
Monochromatic Colors of #DC361C
Black with #DC361C
Text Example
Text Example
White with #DC361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC361C; }
p { color: rgb(220,54,28); }
H1.HeaderClassName
{
color: #DC361C;
}
.AnyTagClassName
{
color: #DC361C;
}
</style>
background-color css
<style>
a { background-color: #DC361C; }
a { background-color: rgb(220,54,28); }
div.DivClassName
{
background-color: #DC361C;
}
.BgClassName
{
background-color: #DC361C;
}
</style>
border-color css
<style>
span { border-color: #DC361C; }
span { border-color: rgb(220,54,28); }
td.TdClassName
{
border-color: #DC361C;
}
.TagClassName
{
border-color: #DC361C;
}
</style>