Html Css Color HEX #DE401A Harley Davidson Orange
📋 copy color: '#DE401A'red 222 ◦ green 64 ◦ blue 26
Shades of Harley Davidson Orange #DE401A
Tints of Harley Davidson Orange #DE401A
RGB
CMYK
RGB Variations
Color information
#DE401A (or 0xDE401A) is known color: Harley Davidson Orange. HEX triplet: DE, 40 and 1A. RGB value is (222,64,26). Sum of RGB (Red+Green+Blue) = 222+64+26=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE401A is #21BFE5. Grayscale: #6B6B6B. Windows color (decimal): -2211814 or 1720542. OLE color: 1720542.
HSL color Cylindrical-coordinate representation of color #DE401A: hue angle of 11.63º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE401A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 26 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.13 |
| HSL | 11.63º | 0.79% | 0.49% | - |
| HSV(B) | 11.63º | 0.88% | 0.87% | - |
| XYZ | 32.14 | 19.27 | 3 | - |
| YUV | 106.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 26 | 0 | 0.71 | 0.88 | 0.13 | 11.63 | 0.79 | 0.49 |
| Hex | DE | 40 | 1A | 0 | 47 | 58 | D | C | 4F | 31 |
| Octal | 336 | 100 | 32 | 0 | 107 | 130 | 15 | 14 | 117 | 61 |
| Binary | 11011110 | 1000000 | 11010 | 0 | 1000111 | 1011000 | 1101 | 1100 | 1001111 | 110001 |
Color Harmonies of #DE401A
Complementary color
Monochromatic Colors of #DE401A
Black with #DE401A
Text Example
Text Example
White with #DE401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE401A; }
p { color: rgb(222,64,26); }
H1.HeaderClassName
{
color: #DE401A;
}
.AnyTagClassName
{
color: #DE401A;
}
</style>
background-color css
<style>
a { background-color: #DE401A; }
a { background-color: rgb(222,64,26); }
div.DivClassName
{
background-color: #DE401A;
}
.BgClassName
{
background-color: #DE401A;
}
</style>
border-color css
<style>
span { border-color: #DE401A; }
span { border-color: rgb(222,64,26); }
td.TdClassName
{
border-color: #DE401A;
}
.TagClassName
{
border-color: #DE401A;
}
</style>