Html Css Color HEX #DE2008 Harley Davidson Orange
📋 copy color: '#DE2008'red 222 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #DE2008
Tints of Harley Davidson Orange #DE2008
RGB
CMYK
RGB Variations
Color information
#DE2008 (or 0xDE2008) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 08. RGB value is (222,32,8). Sum of RGB (Red+Green+Blue) = 222+32+8=262 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.73% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2008 is #21DFF7. Grayscale: #565656. Windows color (decimal): -2220024 or 532702. OLE color: 532702.
HSL color Cylindrical-coordinate representation of color #DE2008: hue angle of 6.73º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE2008 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.13 |
| HSL | 6.73º | 0.93% | 0.45% | - |
| HSV(B) | 6.73º | 0.96% | 0.87% | - |
| XYZ | 30.68 | 16.58 | 1.81 | - |
| YUV | 86.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 8 | 0 | 0.86 | 0.96 | 0.13 | 6.73 | 0.93 | 0.45 |
| Hex | DE | 20 | 8 | 0 | 56 | 60 | D | 7 | 5D | 2D |
| Octal | 336 | 40 | 10 | 0 | 126 | 140 | 15 | 7 | 135 | 55 |
| Binary | 11011110 | 100000 | 1000 | 0 | 1010110 | 1100000 | 1101 | 111 | 1011101 | 101101 |
Color Harmonies of #DE2008
Complementary color
Monochromatic Colors of #DE2008
Black with #DE2008
Text Example
Text Example
White with #DE2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2008; }
p { color: rgb(222,32,8); }
H1.HeaderClassName
{
color: #DE2008;
}
.AnyTagClassName
{
color: #DE2008;
}
</style>
background-color css
<style>
a { background-color: #DE2008; }
a { background-color: rgb(222,32,8); }
div.DivClassName
{
background-color: #DE2008;
}
.BgClassName
{
background-color: #DE2008;
}
</style>
border-color css
<style>
span { border-color: #DE2008; }
span { border-color: rgb(222,32,8); }
td.TdClassName
{
border-color: #DE2008;
}
.TagClassName
{
border-color: #DE2008;
}
</style>