Html Css Color HEX #DC381C Harley Davidson Orange
📋 copy color: '#DC381C'red 220 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #DC381C
Tints of Harley Davidson Orange #DC381C
RGB
CMYK
RGB Variations
Color information
#DC381C (or 0xDC381C) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 1C. RGB value is (220,56,28). Sum of RGB (Red+Green+Blue) = 220+56+28=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC381C is #23C7E3. Grayscale: #666666. Windows color (decimal): -2344932 or 1849564. OLE color: 1849564.
HSL color Cylindrical-coordinate representation of color #DC381C: hue angle of 8.75º 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 #DC381C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.14 |
| HSL | 8.75º | 0.77% | 0.49% | - |
| HSV(B) | 8.75º | 0.87% | 0.86% | - |
| XYZ | 31.14 | 18.13 | 2.96 | - |
| YUV | 101.84 | 86.33 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 28 | 0 | 0.75 | 0.87 | 0.14 | 8.75 | 0.77 | 0.49 |
| Hex | DC | 38 | 1C | 0 | 4B | 57 | E | 9 | 4D | 31 |
| Octal | 334 | 70 | 34 | 0 | 113 | 127 | 16 | 11 | 115 | 61 |
| Binary | 11011100 | 111000 | 11100 | 0 | 1001011 | 1010111 | 1110 | 1001 | 1001101 | 110001 |
Color Harmonies of #DC381C
Complementary color
Monochromatic Colors of #DC381C
Black with #DC381C
Text Example
Text Example
White with #DC381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC381C; }
p { color: rgb(220,56,28); }
H1.HeaderClassName
{
color: #DC381C;
}
.AnyTagClassName
{
color: #DC381C;
}
</style>
background-color css
<style>
a { background-color: #DC381C; }
a { background-color: rgb(220,56,28); }
div.DivClassName
{
background-color: #DC381C;
}
.BgClassName
{
background-color: #DC381C;
}
</style>
border-color css
<style>
span { border-color: #DC381C; }
span { border-color: rgb(220,56,28); }
td.TdClassName
{
border-color: #DC381C;
}
.TagClassName
{
border-color: #DC381C;
}
</style>