Html Css Color HEX #DC400B Harley Davidson Orange
📋 copy color: '#DC400B'red 220 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #DC400B
Tints of Harley Davidson Orange #DC400B
RGB
CMYK
RGB Variations
Color information
#DC400B (or 0xDC400B) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 0B. RGB value is (220,64,11). Sum of RGB (Red+Green+Blue) = 220+64+11=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC400B is #23BFF4. Grayscale: #686868. Windows color (decimal): -2342901 or 737500. OLE color: 737500.
HSL color Cylindrical-coordinate representation of color #DC400B: hue angle of 15.22º degrees, saturation: 0.9, 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 #DC400B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.14 |
| HSL | 15.22º | 0.9% | 0.45% | - |
| HSV(B) | 15.22º | 0.95% | 0.86% | - |
| XYZ | 31.41 | 18.91 | 2.31 | - |
| YUV | 104.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 11 | 0 | 0.71 | 0.95 | 0.14 | 15.22 | 0.9 | 0.45 |
| Hex | DC | 40 | B | 0 | 47 | 5F | E | F | 5A | 2D |
| Octal | 334 | 100 | 13 | 0 | 107 | 137 | 16 | 17 | 132 | 55 |
| Binary | 11011100 | 1000000 | 1011 | 0 | 1000111 | 1011111 | 1110 | 1111 | 1011010 | 101101 |
Color Harmonies of #DC400B
Complementary color
Monochromatic Colors of #DC400B
Black with #DC400B
Text Example
Text Example
White with #DC400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC400B; }
p { color: rgb(220,64,11); }
H1.HeaderClassName
{
color: #DC400B;
}
.AnyTagClassName
{
color: #DC400B;
}
</style>
background-color css
<style>
a { background-color: #DC400B; }
a { background-color: rgb(220,64,11); }
div.DivClassName
{
background-color: #DC400B;
}
.BgClassName
{
background-color: #DC400B;
}
</style>
border-color css
<style>
span { border-color: #DC400B; }
span { border-color: rgb(220,64,11); }
td.TdClassName
{
border-color: #DC400B;
}
.TagClassName
{
border-color: #DC400B;
}
</style>