Html Css Color HEX #DE390D Harley Davidson Orange
📋 copy color: '#DE390D'red 222 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #DE390D
Tints of Harley Davidson Orange #DE390D
RGB
CMYK
RGB Variations
Color information
#DE390D (or 0xDE390D) is known color: Harley Davidson Orange. HEX triplet: DE, 39 and 0D. RGB value is (222,57,13). Sum of RGB (Red+Green+Blue) = 222+57+13=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE390D is #21C6F2. Grayscale: #656565. Windows color (decimal): -2213619 or 866782. OLE color: 866782.
HSL color Cylindrical-coordinate representation of color #DE390D: hue angle of 12.63º 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 #DE390D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.13 |
| HSL | 12.63º | 0.89% | 0.46% | - |
| HSV(B) | 12.63º | 0.94% | 0.87% | - |
| XYZ | 31.66 | 18.48 | 2.28 | - |
| YUV | 101.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 13 | 0 | 0.74 | 0.94 | 0.13 | 12.63 | 0.89 | 0.46 |
| Hex | DE | 39 | D | 0 | 4A | 5E | D | D | 59 | 2E |
| Octal | 336 | 71 | 15 | 0 | 112 | 136 | 15 | 15 | 131 | 56 |
| Binary | 11011110 | 111001 | 1101 | 0 | 1001010 | 1011110 | 1101 | 1101 | 1011001 | 101110 |
Color Harmonies of #DE390D
Complementary color
Monochromatic Colors of #DE390D
Black with #DE390D
Text Example
Text Example
White with #DE390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE390D; }
p { color: rgb(222,57,13); }
H1.HeaderClassName
{
color: #DE390D;
}
.AnyTagClassName
{
color: #DE390D;
}
</style>
background-color css
<style>
a { background-color: #DE390D; }
a { background-color: rgb(222,57,13); }
div.DivClassName
{
background-color: #DE390D;
}
.BgClassName
{
background-color: #DE390D;
}
</style>
border-color css
<style>
span { border-color: #DE390D; }
span { border-color: rgb(222,57,13); }
td.TdClassName
{
border-color: #DE390D;
}
.TagClassName
{
border-color: #DE390D;
}
</style>