Html Css Color HEX #DE400D Harley Davidson Orange
📋 copy color: '#DE400D'red 222 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #DE400D
Tints of Harley Davidson Orange #DE400D
RGB
CMYK
RGB Variations
Color information
#DE400D (or 0xDE400D) is known color: Harley Davidson Orange. HEX triplet: DE, 40 and 0D. RGB value is (222,64,13). Sum of RGB (Red+Green+Blue) = 222+64+13=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE400D is #21BFF2. Grayscale: #696969. Windows color (decimal): -2211827 or 868574. OLE color: 868574.
HSL color Cylindrical-coordinate representation of color #DE400D: hue angle of 14.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE400D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.13 |
| HSL | 14.64º | 0.89% | 0.46% | - |
| HSV(B) | 14.64º | 0.94% | 0.87% | - |
| XYZ | 32.03 | 19.23 | 2.4 | - |
| YUV | 105.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 13 | 0 | 0.71 | 0.94 | 0.13 | 14.64 | 0.89 | 0.46 |
| Hex | DE | 40 | D | 0 | 47 | 5E | D | F | 59 | 2E |
| Octal | 336 | 100 | 15 | 0 | 107 | 136 | 15 | 17 | 131 | 56 |
| Binary | 11011110 | 1000000 | 1101 | 0 | 1000111 | 1011110 | 1101 | 1111 | 1011001 | 101110 |
Color Harmonies of #DE400D
Complementary color
Monochromatic Colors of #DE400D
Black with #DE400D
Text Example
Text Example
White with #DE400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE400D; }
p { color: rgb(222,64,13); }
H1.HeaderClassName
{
color: #DE400D;
}
.AnyTagClassName
{
color: #DE400D;
}
</style>
background-color css
<style>
a { background-color: #DE400D; }
a { background-color: rgb(222,64,13); }
div.DivClassName
{
background-color: #DE400D;
}
.BgClassName
{
background-color: #DE400D;
}
</style>
border-color css
<style>
span { border-color: #DE400D; }
span { border-color: rgb(222,64,13); }
td.TdClassName
{
border-color: #DE400D;
}
.TagClassName
{
border-color: #DE400D;
}
</style>