Html Css Color HEX #DC381A Harley Davidson Orange
📋 copy color: '#DC381A'red 220 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #DC381A
Tints of Harley Davidson Orange #DC381A
RGB
CMYK
RGB Variations
Color information
#DC381A (or 0xDC381A) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 1A. RGB value is (220,56,26). Sum of RGB (Red+Green+Blue) = 220+56+26=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC381A is #23C7E5. Grayscale: #656565. Windows color (decimal): -2344934 or 1718492. OLE color: 1718492.
HSL color Cylindrical-coordinate representation of color #DC381A: hue angle of 9.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC381A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 26 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.14 |
| HSL | 9.28º | 0.79% | 0.48% | - |
| HSV(B) | 9.28º | 0.88% | 0.86% | - |
| XYZ | 31.12 | 18.12 | 2.83 | - |
| YUV | 101.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 26 | 0 | 0.75 | 0.88 | 0.14 | 9.28 | 0.79 | 0.48 |
| Hex | DC | 38 | 1A | 0 | 4B | 58 | E | 9 | 4F | 30 |
| Octal | 334 | 70 | 32 | 0 | 113 | 130 | 16 | 11 | 117 | 60 |
| Binary | 11011100 | 111000 | 11010 | 0 | 1001011 | 1011000 | 1110 | 1001 | 1001111 | 110000 |
Color Harmonies of #DC381A
Complementary color
Monochromatic Colors of #DC381A
Black with #DC381A
Text Example
Text Example
White with #DC381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC381A; }
p { color: rgb(220,56,26); }
H1.HeaderClassName
{
color: #DC381A;
}
.AnyTagClassName
{
color: #DC381A;
}
</style>
background-color css
<style>
a { background-color: #DC381A; }
a { background-color: rgb(220,56,26); }
div.DivClassName
{
background-color: #DC381A;
}
.BgClassName
{
background-color: #DC381A;
}
</style>
border-color css
<style>
span { border-color: #DC381A; }
span { border-color: rgb(220,56,26); }
td.TdClassName
{
border-color: #DC381A;
}
.TagClassName
{
border-color: #DC381A;
}
</style>