Html Css Color HEX #DC391C Harley Davidson Orange
📋 copy color: '#DC391C'red 220 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #DC391C
Tints of Harley Davidson Orange #DC391C
RGB
CMYK
RGB Variations
Color information
#DC391C (or 0xDC391C) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 1C. RGB value is (220,57,28). Sum of RGB (Red+Green+Blue) = 220+57+28=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC391C is #23C6E3. Grayscale: #666666. Windows color (decimal): -2344676 or 1849820. OLE color: 1849820.
HSL color Cylindrical-coordinate representation of color #DC391C: hue angle of 9.06º 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 #DC391C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.14 |
| HSL | 9.06º | 0.77% | 0.49% | - |
| HSV(B) | 9.06º | 0.87% | 0.86% | - |
| XYZ | 31.19 | 18.23 | 2.97 | - |
| YUV | 102.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 28 | 0 | 0.74 | 0.87 | 0.14 | 9.06 | 0.77 | 0.49 |
| Hex | DC | 39 | 1C | 0 | 4A | 57 | E | 9 | 4D | 31 |
| Octal | 334 | 71 | 34 | 0 | 112 | 127 | 16 | 11 | 115 | 61 |
| Binary | 11011100 | 111001 | 11100 | 0 | 1001010 | 1010111 | 1110 | 1001 | 1001101 | 110001 |
Color Harmonies of #DC391C
Complementary color
Monochromatic Colors of #DC391C
Black with #DC391C
Text Example
Text Example
White with #DC391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC391C; }
p { color: rgb(220,57,28); }
H1.HeaderClassName
{
color: #DC391C;
}
.AnyTagClassName
{
color: #DC391C;
}
</style>
background-color css
<style>
a { background-color: #DC391C; }
a { background-color: rgb(220,57,28); }
div.DivClassName
{
background-color: #DC391C;
}
.BgClassName
{
background-color: #DC391C;
}
</style>
border-color css
<style>
span { border-color: #DC391C; }
span { border-color: rgb(220,57,28); }
td.TdClassName
{
border-color: #DC391C;
}
.TagClassName
{
border-color: #DC391C;
}
</style>