Html Css Color HEX #DC4314 Harley Davidson Orange
📋 copy color: '#DC4314'red 220 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #DC4314
Tints of Harley Davidson Orange #DC4314
RGB
CMYK
RGB Variations
Color information
#DC4314 (or 0xDC4314) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 14. RGB value is (220,67,20). Sum of RGB (Red+Green+Blue) = 220+67+20=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4314 is #23BCEB. Grayscale: #6B6B6B. Windows color (decimal): -2342124 or 1328092. OLE color: 1328092.
HSL color Cylindrical-coordinate representation of color #DC4314: hue angle of 14.1º 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 #DC4314 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.14 |
| HSL | 14.1º | 0.83% | 0.47% | - |
| HSV(B) | 14.1º | 0.91% | 0.86% | - |
| XYZ | 31.65 | 19.28 | 2.72 | - |
| YUV | 107.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 20 | 0 | 0.70 | 0.91 | 0.14 | 14.1 | 0.83 | 0.47 |
| Hex | DC | 43 | 14 | 0 | 46 | 5B | E | E | 53 | 2F |
| Octal | 334 | 103 | 24 | 0 | 106 | 133 | 16 | 16 | 123 | 57 |
| Binary | 11011100 | 1000011 | 10100 | 0 | 1000110 | 1011011 | 1110 | 1110 | 1010011 | 101111 |
Color Harmonies of #DC4314
Complementary color
Monochromatic Colors of #DC4314
Black with #DC4314
Text Example
Text Example
White with #DC4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4314; }
p { color: rgb(220,67,20); }
H1.HeaderClassName
{
color: #DC4314;
}
.AnyTagClassName
{
color: #DC4314;
}
</style>
background-color css
<style>
a { background-color: #DC4314; }
a { background-color: rgb(220,67,20); }
div.DivClassName
{
background-color: #DC4314;
}
.BgClassName
{
background-color: #DC4314;
}
</style>
border-color css
<style>
span { border-color: #DC4314; }
span { border-color: rgb(220,67,20); }
td.TdClassName
{
border-color: #DC4314;
}
.TagClassName
{
border-color: #DC4314;
}
</style>