Html Css Color HEX #E93413 Harley Davidson Orange
📋 copy color: '#E93413'red 233 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #E93413
Tints of Harley Davidson Orange #E93413
RGB
CMYK
RGB Variations
Color information
#E93413 (or 0xE93413) is known color: Harley Davidson Orange. HEX triplet: E9, 34 and 13. RGB value is (233,52,19). Sum of RGB (Red+Green+Blue) = 233+52+19=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E93413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93413 is #16CBEC. Grayscale: #666666. Windows color (decimal): -1493997 or 1258729. OLE color: 1258729.
HSL color Cylindrical-coordinate representation of color #E93413: hue angle of 9.25º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E93413 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.09 |
| HSL | 9.25º | 0.85% | 0.49% | - |
| HSV(B) | 9.25º | 0.92% | 0.91% | - |
| XYZ | 34.95 | 19.83 | 2.6 | - |
| YUV | 102.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 19 | 0 | 0.78 | 0.92 | 0.09 | 9.25 | 0.85 | 0.49 |
| Hex | E9 | 34 | 13 | 0 | 4E | 5C | 9 | 9 | 55 | 31 |
| Octal | 351 | 64 | 23 | 0 | 116 | 134 | 11 | 11 | 125 | 61 |
| Binary | 11101001 | 110100 | 10011 | 0 | 1001110 | 1011100 | 1001 | 1001 | 1010101 | 110001 |
Color Harmonies of #E93413
Complementary color
Monochromatic Colors of #E93413
Black with #E93413
Text Example
Text Example
White with #E93413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93413; }
p { color: rgb(233,52,19); }
H1.HeaderClassName
{
color: #E93413;
}
.AnyTagClassName
{
color: #E93413;
}
</style>
background-color css
<style>
a { background-color: #E93413; }
a { background-color: rgb(233,52,19); }
div.DivClassName
{
background-color: #E93413;
}
.BgClassName
{
background-color: #E93413;
}
</style>
border-color css
<style>
span { border-color: #E93413; }
span { border-color: rgb(233,52,19); }
td.TdClassName
{
border-color: #E93413;
}
.TagClassName
{
border-color: #E93413;
}
</style>