Html Css Color HEX #DC2314 Harley Davidson Orange
📋 copy color: '#DC2314'red 220 ◦ green 35 ◦ blue 20
Shades of Harley Davidson Orange #DC2314
Tints of Harley Davidson Orange #DC2314
RGB
CMYK
RGB Variations
Color information
#DC2314 (or 0xDC2314) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 14. RGB value is (220,35,20). Sum of RGB (Red+Green+Blue) = 220+35+20=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2314 is #23DCEB. Grayscale: #585858. Windows color (decimal): -2350316 or 1319900. OLE color: 1319900.
HSL color Cylindrical-coordinate representation of color #DC2314: hue angle of 4.5º 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 #DC2314 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 20 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.14 |
| HSL | 4.5º | 0.83% | 0.47% | - |
| HSV(B) | 4.5º | 0.91% | 0.86% | - |
| XYZ | 30.24 | 16.47 | 2.25 | - |
| YUV | 88.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 20 | 0 | 0.84 | 0.91 | 0.14 | 4.5 | 0.83 | 0.47 |
| Hex | DC | 23 | 14 | 0 | 54 | 5B | E | 4 | 53 | 2F |
| Octal | 334 | 43 | 24 | 0 | 124 | 133 | 16 | 4 | 123 | 57 |
| Binary | 11011100 | 100011 | 10100 | 0 | 1010100 | 1011011 | 1110 | 100 | 1010011 | 101111 |
Color Harmonies of #DC2314
Complementary color
Monochromatic Colors of #DC2314
Black with #DC2314
Text Example
Text Example
White with #DC2314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2314; }
p { color: rgb(220,35,20); }
H1.HeaderClassName
{
color: #DC2314;
}
.AnyTagClassName
{
color: #DC2314;
}
</style>
background-color css
<style>
a { background-color: #DC2314; }
a { background-color: rgb(220,35,20); }
div.DivClassName
{
background-color: #DC2314;
}
.BgClassName
{
background-color: #DC2314;
}
</style>
border-color css
<style>
span { border-color: #DC2314; }
span { border-color: rgb(220,35,20); }
td.TdClassName
{
border-color: #DC2314;
}
.TagClassName
{
border-color: #DC2314;
}
</style>