Html Css Color HEX #DE200F Harley Davidson Orange
📋 copy color: '#DE200F'red 222 ◦ green 32 ◦ blue 15
Shades of Harley Davidson Orange #DE200F
Tints of Harley Davidson Orange #DE200F
RGB
CMYK
RGB Variations
Color information
#DE200F (or 0xDE200F) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 0F. RGB value is (222,32,15). Sum of RGB (Red+Green+Blue) = 222+32+15=269 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.53% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 222 - color contains mainly: red. Hex color #DE200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE200F is #21DFF0. Grayscale: #575757. Windows color (decimal): -2220017 or 991454. OLE color: 991454.
HSL color Cylindrical-coordinate representation of color #DE200F: hue angle of 4.93º 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 #DE200F is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 15 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.13 |
| HSL | 4.93º | 0.87% | 0.46% | - |
| HSV(B) | 4.93º | 0.93% | 0.87% | - |
| XYZ | 30.73 | 16.6 | 2.04 | - |
| YUV | 86.87 | 87.45 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 15 | 0 | 0.86 | 0.93 | 0.13 | 4.93 | 0.87 | 0.46 |
| Hex | DE | 20 | F | 0 | 56 | 5D | D | 5 | 57 | 2E |
| Octal | 336 | 40 | 17 | 0 | 126 | 135 | 15 | 5 | 127 | 56 |
| Binary | 11011110 | 100000 | 1111 | 0 | 1010110 | 1011101 | 1101 | 101 | 1010111 | 101110 |
Color Harmonies of #DE200F
Complementary color
Monochromatic Colors of #DE200F
Black with #DE200F
Text Example
Text Example
White with #DE200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE200F; }
p { color: rgb(222,32,15); }
H1.HeaderClassName
{
color: #DE200F;
}
.AnyTagClassName
{
color: #DE200F;
}
</style>
background-color css
<style>
a { background-color: #DE200F; }
a { background-color: rgb(222,32,15); }
div.DivClassName
{
background-color: #DE200F;
}
.BgClassName
{
background-color: #DE200F;
}
</style>
border-color css
<style>
span { border-color: #DE200F; }
span { border-color: rgb(222,32,15); }
td.TdClassName
{
border-color: #DE200F;
}
.TagClassName
{
border-color: #DE200F;
}
</style>