Html Css Color HEX #DC400D Harley Davidson Orange
📋 copy color: '#DC400D'red 220 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #DC400D
Tints of Harley Davidson Orange #DC400D
RGB
CMYK
RGB Variations
Color information
#DC400D (or 0xDC400D) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 0D. RGB value is (220,64,13). Sum of RGB (Red+Green+Blue) = 220+64+13=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC400D is #23BFF2. Grayscale: #696969. Windows color (decimal): -2342899 or 868572. OLE color: 868572.
HSL color Cylindrical-coordinate representation of color #DC400D: hue angle of 14.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC400D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.14 |
| HSL | 14.78º | 0.89% | 0.46% | - |
| HSV(B) | 14.78º | 0.94% | 0.86% | - |
| XYZ | 31.42 | 18.91 | 2.37 | - |
| YUV | 104.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 13 | 0 | 0.71 | 0.94 | 0.14 | 14.78 | 0.89 | 0.46 |
| Hex | DC | 40 | D | 0 | 47 | 5E | E | F | 59 | 2E |
| Octal | 334 | 100 | 15 | 0 | 107 | 136 | 16 | 17 | 131 | 56 |
| Binary | 11011100 | 1000000 | 1101 | 0 | 1000111 | 1011110 | 1110 | 1111 | 1011001 | 101110 |
Color Harmonies of #DC400D
Complementary color
Monochromatic Colors of #DC400D
Black with #DC400D
Text Example
Text Example
White with #DC400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC400D; }
p { color: rgb(220,64,13); }
H1.HeaderClassName
{
color: #DC400D;
}
.AnyTagClassName
{
color: #DC400D;
}
</style>
background-color css
<style>
a { background-color: #DC400D; }
a { background-color: rgb(220,64,13); }
div.DivClassName
{
background-color: #DC400D;
}
.BgClassName
{
background-color: #DC400D;
}
</style>
border-color css
<style>
span { border-color: #DC400D; }
span { border-color: rgb(220,64,13); }
td.TdClassName
{
border-color: #DC400D;
}
.TagClassName
{
border-color: #DC400D;
}
</style>