Html Css Color HEX #DC400A Harley Davidson Orange
📋 copy color: '#DC400A'red 220 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #DC400A
Tints of Harley Davidson Orange #DC400A
RGB
CMYK
RGB Variations
Color information
#DC400A (or 0xDC400A) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 0A. RGB value is (220,64,10). Sum of RGB (Red+Green+Blue) = 220+64+10=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC400A is #23BFF5. Grayscale: #686868. Windows color (decimal): -2342902 or 671964. OLE color: 671964.
HSL color Cylindrical-coordinate representation of color #DC400A: hue angle of 15.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 #DC400A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.14 |
| HSL | 15.43º | 0.91% | 0.45% | - |
| HSV(B) | 15.43º | 0.95% | 0.86% | - |
| XYZ | 31.4 | 18.9 | 2.28 | - |
| YUV | 104.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 10 | 0 | 0.71 | 0.95 | 0.14 | 15.43 | 0.91 | 0.45 |
| Hex | DC | 40 | A | 0 | 47 | 5F | E | F | 5B | 2D |
| Octal | 334 | 100 | 12 | 0 | 107 | 137 | 16 | 17 | 133 | 55 |
| Binary | 11011100 | 1000000 | 1010 | 0 | 1000111 | 1011111 | 1110 | 1111 | 1011011 | 101101 |
Color Harmonies of #DC400A
Complementary color
Monochromatic Colors of #DC400A
Black with #DC400A
Text Example
Text Example
White with #DC400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC400A; }
p { color: rgb(220,64,10); }
H1.HeaderClassName
{
color: #DC400A;
}
.AnyTagClassName
{
color: #DC400A;
}
</style>
background-color css
<style>
a { background-color: #DC400A; }
a { background-color: rgb(220,64,10); }
div.DivClassName
{
background-color: #DC400A;
}
.BgClassName
{
background-color: #DC400A;
}
</style>
border-color css
<style>
span { border-color: #DC400A; }
span { border-color: rgb(220,64,10); }
td.TdClassName
{
border-color: #DC400A;
}
.TagClassName
{
border-color: #DC400A;
}
</style>