Html Css Color HEX #DC381D Harley Davidson Orange
📋 copy color: '#DC381D'red 220 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #DC381D
Tints of Harley Davidson Orange #DC381D
RGB
CMYK
RGB Variations
Color information
#DC381D (or 0xDC381D) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 1D. RGB value is (220,56,29). Sum of RGB (Red+Green+Blue) = 220+56+29=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC381D is #23C7E2. Grayscale: #666666. Windows color (decimal): -2344931 or 1915100. OLE color: 1915100.
HSL color Cylindrical-coordinate representation of color #DC381D: hue angle of 8.48º 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 #DC381D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.14 |
| HSL | 8.48º | 0.77% | 0.49% | - |
| HSV(B) | 8.48º | 0.87% | 0.86% | - |
| XYZ | 31.15 | 18.13 | 3.02 | - |
| YUV | 101.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 29 | 0 | 0.75 | 0.87 | 0.14 | 8.48 | 0.77 | 0.49 |
| Hex | DC | 38 | 1D | 0 | 4B | 57 | E | 8 | 4D | 31 |
| Octal | 334 | 70 | 35 | 0 | 113 | 127 | 16 | 10 | 115 | 61 |
| Binary | 11011100 | 111000 | 11101 | 0 | 1001011 | 1010111 | 1110 | 1000 | 1001101 | 110001 |
Color Harmonies of #DC381D
Complementary color
Monochromatic Colors of #DC381D
Black with #DC381D
Text Example
Text Example
White with #DC381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC381D; }
p { color: rgb(220,56,29); }
H1.HeaderClassName
{
color: #DC381D;
}
.AnyTagClassName
{
color: #DC381D;
}
</style>
background-color css
<style>
a { background-color: #DC381D; }
a { background-color: rgb(220,56,29); }
div.DivClassName
{
background-color: #DC381D;
}
.BgClassName
{
background-color: #DC381D;
}
</style>
border-color css
<style>
span { border-color: #DC381D; }
span { border-color: rgb(220,56,29); }
td.TdClassName
{
border-color: #DC381D;
}
.TagClassName
{
border-color: #DC381D;
}
</style>