Html Css Color HEX #DE2F0F Harley Davidson Orange
📋 copy color: '#DE2F0F'red 222 ◦ green 47 ◦ blue 15
Shades of Harley Davidson Orange #DE2F0F
Tints of Harley Davidson Orange #DE2F0F
RGB
CMYK
RGB Variations
Color information
#DE2F0F (or 0xDE2F0F) is known color: Harley Davidson Orange. HEX triplet: DE, 2F and 0F. RGB value is (222,47,15). Sum of RGB (Red+Green+Blue) = 222+47+15=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2F0F is #21D0F0. Grayscale: #5F5F5F. Windows color (decimal): -2216177 or 995294. OLE color: 995294.
HSL color Cylindrical-coordinate representation of color #DE2F0F: hue angle of 9.28º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE2F0F is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 47 | 15 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.13 |
| HSL | 9.28º | 0.87% | 0.46% | - |
| HSV(B) | 9.28º | 0.93% | 0.87% | - |
| XYZ | 31.23 | 17.6 | 2.2 | - |
| YUV | 95.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 47 | 15 | 0 | 0.79 | 0.93 | 0.13 | 9.28 | 0.87 | 0.46 |
| Hex | DE | 2F | F | 0 | 4F | 5D | D | 9 | 57 | 2E |
| Octal | 336 | 57 | 17 | 0 | 117 | 135 | 15 | 11 | 127 | 56 |
| Binary | 11011110 | 101111 | 1111 | 0 | 1001111 | 1011101 | 1101 | 1001 | 1010111 | 101110 |
Color Harmonies of #DE2F0F
Complementary color
Monochromatic Colors of #DE2F0F
Black with #DE2F0F
Text Example
Text Example
White with #DE2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2F0F; }
p { color: rgb(222,47,15); }
H1.HeaderClassName
{
color: #DE2F0F;
}
.AnyTagClassName
{
color: #DE2F0F;
}
</style>
background-color css
<style>
a { background-color: #DE2F0F; }
a { background-color: rgb(222,47,15); }
div.DivClassName
{
background-color: #DE2F0F;
}
.BgClassName
{
background-color: #DE2F0F;
}
</style>
border-color css
<style>
span { border-color: #DE2F0F; }
span { border-color: rgb(222,47,15); }
td.TdClassName
{
border-color: #DE2F0F;
}
.TagClassName
{
border-color: #DE2F0F;
}
</style>