Html Css Color HEX #DC390A Harley Davidson Orange
📋 copy color: '#DC390A'red 220 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #DC390A
Tints of Harley Davidson Orange #DC390A
RGB
CMYK
RGB Variations
Color information
#DC390A (or 0xDC390A) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 0A. RGB value is (220,57,10). Sum of RGB (Red+Green+Blue) = 220+57+10=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC390A is #23C6F5. Grayscale: #646464. Windows color (decimal): -2344694 or 670172. OLE color: 670172.
HSL color Cylindrical-coordinate representation of color #DC390A: hue angle of 13.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC390A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.14 |
| HSL | 13.43º | 0.91% | 0.45% | - |
| HSV(B) | 13.43º | 0.95% | 0.86% | - |
| XYZ | 31.03 | 18.16 | 2.16 | - |
| YUV | 100.38 | 77 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 10 | 0 | 0.74 | 0.95 | 0.14 | 13.43 | 0.91 | 0.45 |
| Hex | DC | 39 | A | 0 | 4A | 5F | E | D | 5B | 2D |
| Octal | 334 | 71 | 12 | 0 | 112 | 137 | 16 | 15 | 133 | 55 |
| Binary | 11011100 | 111001 | 1010 | 0 | 1001010 | 1011111 | 1110 | 1101 | 1011011 | 101101 |
Color Harmonies of #DC390A
Complementary color
Monochromatic Colors of #DC390A
Black with #DC390A
Text Example
Text Example
White with #DC390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC390A; }
p { color: rgb(220,57,10); }
H1.HeaderClassName
{
color: #DC390A;
}
.AnyTagClassName
{
color: #DC390A;
}
</style>
background-color css
<style>
a { background-color: #DC390A; }
a { background-color: rgb(220,57,10); }
div.DivClassName
{
background-color: #DC390A;
}
.BgClassName
{
background-color: #DC390A;
}
</style>
border-color css
<style>
span { border-color: #DC390A; }
span { border-color: rgb(220,57,10); }
td.TdClassName
{
border-color: #DC390A;
}
.TagClassName
{
border-color: #DC390A;
}
</style>