Html Css Color HEX #DC3819 Harley Davidson Orange
📋 copy color: '#DC3819'red 220 ◦ green 56 ◦ blue 25
Shades of Harley Davidson Orange #DC3819
Tints of Harley Davidson Orange #DC3819
RGB
CMYK
RGB Variations
Color information
#DC3819 (or 0xDC3819) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 19. RGB value is (220,56,25). Sum of RGB (Red+Green+Blue) = 220+56+25=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3819 is #23C7E6. Grayscale: #656565. Windows color (decimal): -2344935 or 1652956. OLE color: 1652956.
HSL color Cylindrical-coordinate representation of color #DC3819: hue angle of 9.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC3819 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.14 |
| HSL | 9.54º | 0.8% | 0.48% | - |
| HSV(B) | 9.54º | 0.89% | 0.86% | - |
| XYZ | 31.1 | 18.11 | 2.78 | - |
| YUV | 101.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 25 | 0 | 0.75 | 0.89 | 0.14 | 9.54 | 0.8 | 0.48 |
| Hex | DC | 38 | 19 | 0 | 4B | 59 | E | A | 50 | 30 |
| Octal | 334 | 70 | 31 | 0 | 113 | 131 | 16 | 12 | 120 | 60 |
| Binary | 11011100 | 111000 | 11001 | 0 | 1001011 | 1011001 | 1110 | 1010 | 1010000 | 110000 |
Color Harmonies of #DC3819
Complementary color
Monochromatic Colors of #DC3819
Black with #DC3819
Text Example
Text Example
White with #DC3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3819; }
p { color: rgb(220,56,25); }
H1.HeaderClassName
{
color: #DC3819;
}
.AnyTagClassName
{
color: #DC3819;
}
</style>
background-color css
<style>
a { background-color: #DC3819; }
a { background-color: rgb(220,56,25); }
div.DivClassName
{
background-color: #DC3819;
}
.BgClassName
{
background-color: #DC3819;
}
</style>
border-color css
<style>
span { border-color: #DC3819; }
span { border-color: rgb(220,56,25); }
td.TdClassName
{
border-color: #DC3819;
}
.TagClassName
{
border-color: #DC3819;
}
</style>