Html Css Color HEX #DC3814 Harley Davidson Orange
📋 copy color: '#DC3814'red 220 ◦ green 56 ◦ blue 20
Shades of Harley Davidson Orange #DC3814
Tints of Harley Davidson Orange #DC3814
RGB
CMYK
RGB Variations
Color information
#DC3814 (or 0xDC3814) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 14. RGB value is (220,56,20). Sum of RGB (Red+Green+Blue) = 220+56+20=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3814 is #23C7EB. Grayscale: #656565. Windows color (decimal): -2344940 or 1325276. OLE color: 1325276.
HSL color Cylindrical-coordinate representation of color #DC3814: hue angle of 10.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC3814 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 20 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.14 |
| HSL | 10.8º | 0.83% | 0.47% | - |
| HSV(B) | 10.8º | 0.91% | 0.86% | - |
| XYZ | 31.06 | 18.09 | 2.52 | - |
| YUV | 100.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 20 | 0 | 0.75 | 0.91 | 0.14 | 10.8 | 0.83 | 0.47 |
| Hex | DC | 38 | 14 | 0 | 4B | 5B | E | B | 53 | 2F |
| Octal | 334 | 70 | 24 | 0 | 113 | 133 | 16 | 13 | 123 | 57 |
| Binary | 11011100 | 111000 | 10100 | 0 | 1001011 | 1011011 | 1110 | 1011 | 1010011 | 101111 |
Color Harmonies of #DC3814
Complementary color
Monochromatic Colors of #DC3814
Black with #DC3814
Text Example
Text Example
White with #DC3814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3814; }
p { color: rgb(220,56,20); }
H1.HeaderClassName
{
color: #DC3814;
}
.AnyTagClassName
{
color: #DC3814;
}
</style>
background-color css
<style>
a { background-color: #DC3814; }
a { background-color: rgb(220,56,20); }
div.DivClassName
{
background-color: #DC3814;
}
.BgClassName
{
background-color: #DC3814;
}
</style>
border-color css
<style>
span { border-color: #DC3814; }
span { border-color: rgb(220,56,20); }
td.TdClassName
{
border-color: #DC3814;
}
.TagClassName
{
border-color: #DC3814;
}
</style>