Html Css Color HEX #DE370D Harley Davidson Orange
📋 copy color: '#DE370D'red 222 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #DE370D
Tints of Harley Davidson Orange #DE370D
RGB
CMYK
RGB Variations
Color information
#DE370D (or 0xDE370D) is known color: Harley Davidson Orange. HEX triplet: DE, 37 and 0D. RGB value is (222,55,13). Sum of RGB (Red+Green+Blue) = 222+55+13=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE370D is #21C8F2. Grayscale: #646464. Windows color (decimal): -2214131 or 866270. OLE color: 866270.
HSL color Cylindrical-coordinate representation of color #DE370D: hue angle of 12.06º 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 #DE370D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 12.06º | 0.89% | 0.46% | - |
| HSV(B) | 12.06º | 0.94% | 0.87% | - |
| XYZ | 31.56 | 18.29 | 2.25 | - |
| YUV | 100.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 13 | 0 | 0.75 | 0.94 | 0.13 | 12.06 | 0.89 | 0.46 |
| Hex | DE | 37 | D | 0 | 4B | 5E | D | C | 59 | 2E |
| Octal | 336 | 67 | 15 | 0 | 113 | 136 | 15 | 14 | 131 | 56 |
| Binary | 11011110 | 110111 | 1101 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011001 | 101110 |
Color Harmonies of #DE370D
Complementary color
Monochromatic Colors of #DE370D
Black with #DE370D
Text Example
Text Example
White with #DE370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE370D; }
p { color: rgb(222,55,13); }
H1.HeaderClassName
{
color: #DE370D;
}
.AnyTagClassName
{
color: #DE370D;
}
</style>
background-color css
<style>
a { background-color: #DE370D; }
a { background-color: rgb(222,55,13); }
div.DivClassName
{
background-color: #DE370D;
}
.BgClassName
{
background-color: #DE370D;
}
</style>
border-color css
<style>
span { border-color: #DE370D; }
span { border-color: rgb(222,55,13); }
td.TdClassName
{
border-color: #DE370D;
}
.TagClassName
{
border-color: #DE370D;
}
</style>