Html Css Color HEX #DC3F19 Harley Davidson Orange
📋 copy color: '#DC3F19'red 220 ◦ green 63 ◦ blue 25
Shades of Harley Davidson Orange #DC3F19
Tints of Harley Davidson Orange #DC3F19
RGB
CMYK
RGB Variations
Color information
#DC3F19 (or 0xDC3F19) is known color: Harley Davidson Orange. HEX triplet: DC, 3F and 19. RGB value is (220,63,25). Sum of RGB (Red+Green+Blue) = 220+63+25=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3F19 is #23C0E6. Grayscale: #696969. Windows color (decimal): -2343143 or 1654748. OLE color: 1654748.
HSL color Cylindrical-coordinate representation of color #DC3F19: hue angle of 11.69º 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 #DC3F19 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.14 |
| HSL | 11.69º | 0.8% | 0.48% | - |
| HSV(B) | 11.69º | 0.89% | 0.86% | - |
| XYZ | 31.47 | 18.84 | 2.9 | - |
| YUV | 105.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 25 | 0 | 0.71 | 0.89 | 0.14 | 11.69 | 0.8 | 0.48 |
| Hex | DC | 3F | 19 | 0 | 47 | 59 | E | C | 50 | 30 |
| Octal | 334 | 77 | 31 | 0 | 107 | 131 | 16 | 14 | 120 | 60 |
| Binary | 11011100 | 111111 | 11001 | 0 | 1000111 | 1011001 | 1110 | 1100 | 1010000 | 110000 |
Color Harmonies of #DC3F19
Complementary color
Monochromatic Colors of #DC3F19
Black with #DC3F19
Text Example
Text Example
White with #DC3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F19; }
p { color: rgb(220,63,25); }
H1.HeaderClassName
{
color: #DC3F19;
}
.AnyTagClassName
{
color: #DC3F19;
}
</style>
background-color css
<style>
a { background-color: #DC3F19; }
a { background-color: rgb(220,63,25); }
div.DivClassName
{
background-color: #DC3F19;
}
.BgClassName
{
background-color: #DC3F19;
}
</style>
border-color css
<style>
span { border-color: #DC3F19; }
span { border-color: rgb(220,63,25); }
td.TdClassName
{
border-color: #DC3F19;
}
.TagClassName
{
border-color: #DC3F19;
}
</style>