Html Css Color HEX #DE2301 Harley Davidson Orange
📋 copy color: '#DE2301'red 222 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #DE2301
Tints of Harley Davidson Orange #DE2301
RGB
CMYK
RGB Variations
Color information
#DE2301 (or 0xDE2301) is known color: Harley Davidson Orange. HEX triplet: DE, 23 and 01. RGB value is (222,35,1). Sum of RGB (Red+Green+Blue) = 222+35+1=258 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.05% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2301 is #21DCFE. Grayscale: #575757. Windows color (decimal): -2219263 or 74718. OLE color: 74718.
HSL color Cylindrical-coordinate representation of color #DE2301: hue angle of 9.23º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE2301 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.13 |
| HSL | 9.23º | 0.99% | 0.44% | - |
| HSV(B) | 9.23º | 1% | 0.87% | - |
| XYZ | 30.73 | 16.73 | 1.64 | - |
| YUV | 87.04 | 79.45 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 1 | 0 | 0.84 | 1.00 | 0.13 | 9.23 | 0.99 | 0.44 |
| Hex | DE | 23 | 1 | 0 | 54 | 64 | D | 9 | 63 | 2C |
| Octal | 336 | 43 | 1 | 0 | 124 | 144 | 15 | 11 | 143 | 54 |
| Binary | 11011110 | 100011 | 1 | 0 | 1010100 | 1100100 | 1101 | 1001 | 1100011 | 101100 |
Color Harmonies of #DE2301
Complementary color
Monochromatic Colors of #DE2301
Black with #DE2301
Text Example
Text Example
White with #DE2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2301; }
p { color: rgb(222,35,1); }
H1.HeaderClassName
{
color: #DE2301;
}
.AnyTagClassName
{
color: #DE2301;
}
</style>
background-color css
<style>
a { background-color: #DE2301; }
a { background-color: rgb(222,35,1); }
div.DivClassName
{
background-color: #DE2301;
}
.BgClassName
{
background-color: #DE2301;
}
</style>
border-color css
<style>
span { border-color: #DE2301; }
span { border-color: rgb(222,35,1); }
td.TdClassName
{
border-color: #DE2301;
}
.TagClassName
{
border-color: #DE2301;
}
</style>