Html Css Color HEX #DE3915 Harley Davidson Orange
📋 copy color: '#DE3915'red 222 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #DE3915
Tints of Harley Davidson Orange #DE3915
RGB
CMYK
RGB Variations
Color information
#DE3915 (or 0xDE3915) is known color: Harley Davidson Orange. HEX triplet: DE, 39 and 15. RGB value is (222,57,21). Sum of RGB (Red+Green+Blue) = 222+57+21=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3915 is #21C6EA. Grayscale: #666666. Windows color (decimal): -2213611 or 1391070. OLE color: 1391070.
HSL color Cylindrical-coordinate representation of color #DE3915: hue angle of 10.75º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE3915 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 21 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.13 |
| HSL | 10.75º | 0.83% | 0.48% | - |
| HSV(B) | 10.75º | 0.91% | 0.87% | - |
| XYZ | 31.72 | 18.51 | 2.61 | - |
| YUV | 102.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 21 | 0 | 0.74 | 0.91 | 0.13 | 10.75 | 0.83 | 0.48 |
| Hex | DE | 39 | 15 | 0 | 4A | 5B | D | B | 53 | 30 |
| Octal | 336 | 71 | 25 | 0 | 112 | 133 | 15 | 13 | 123 | 60 |
| Binary | 11011110 | 111001 | 10101 | 0 | 1001010 | 1011011 | 1101 | 1011 | 1010011 | 110000 |
Color Harmonies of #DE3915
Complementary color
Monochromatic Colors of #DE3915
Black with #DE3915
Text Example
Text Example
White with #DE3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3915; }
p { color: rgb(222,57,21); }
H1.HeaderClassName
{
color: #DE3915;
}
.AnyTagClassName
{
color: #DE3915;
}
</style>
background-color css
<style>
a { background-color: #DE3915; }
a { background-color: rgb(222,57,21); }
div.DivClassName
{
background-color: #DE3915;
}
.BgClassName
{
background-color: #DE3915;
}
</style>
border-color css
<style>
span { border-color: #DE3915; }
span { border-color: rgb(222,57,21); }
td.TdClassName
{
border-color: #DE3915;
}
.TagClassName
{
border-color: #DE3915;
}
</style>