Html Css Color HEX #DE401B Harley Davidson Orange
📋 copy color: '#DE401B'red 222 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #DE401B
Tints of Harley Davidson Orange #DE401B
RGB
CMYK
RGB Variations
Color information
#DE401B (or 0xDE401B) is known color: Harley Davidson Orange. HEX triplet: DE, 40 and 1B. RGB value is (222,64,27). Sum of RGB (Red+Green+Blue) = 222+64+27=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE401B is #21BFE4. Grayscale: #6B6B6B. Windows color (decimal): -2211813 or 1786078. OLE color: 1786078.
HSL color Cylindrical-coordinate representation of color #DE401B: hue angle of 11.38º degrees, saturation: 0.78, 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 #DE401B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.13 |
| HSL | 11.38º | 0.78% | 0.49% | - |
| HSV(B) | 11.38º | 0.88% | 0.87% | - |
| XYZ | 32.16 | 19.28 | 3.06 | - |
| YUV | 107.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 27 | 0 | 0.71 | 0.88 | 0.13 | 11.38 | 0.78 | 0.49 |
| Hex | DE | 40 | 1B | 0 | 47 | 58 | D | B | 4E | 31 |
| Octal | 336 | 100 | 33 | 0 | 107 | 130 | 15 | 13 | 116 | 61 |
| Binary | 11011110 | 1000000 | 11011 | 0 | 1000111 | 1011000 | 1101 | 1011 | 1001110 | 110001 |
Color Harmonies of #DE401B
Complementary color
Monochromatic Colors of #DE401B
Black with #DE401B
Text Example
Text Example
White with #DE401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE401B; }
p { color: rgb(222,64,27); }
H1.HeaderClassName
{
color: #DE401B;
}
.AnyTagClassName
{
color: #DE401B;
}
</style>
background-color css
<style>
a { background-color: #DE401B; }
a { background-color: rgb(222,64,27); }
div.DivClassName
{
background-color: #DE401B;
}
.BgClassName
{
background-color: #DE401B;
}
</style>
border-color css
<style>
span { border-color: #DE401B; }
span { border-color: rgb(222,64,27); }
td.TdClassName
{
border-color: #DE401B;
}
.TagClassName
{
border-color: #DE401B;
}
</style>