Html Css Color HEX #E31F1C Harley Davidson Orange
📋 copy color: '#E31F1C'red 227 ◦ green 31 ◦ blue 28
Shades of Harley Davidson Orange #E31F1C
Tints of Harley Davidson Orange #E31F1C
RGB
CMYK
RGB Variations
Color information
#E31F1C (or 0xE31F1C) is known color: Harley Davidson Orange. HEX triplet: E3, 1F and 1C. RGB value is (227,31,28). Sum of RGB (Red+Green+Blue) = 227+31+28=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F1C is #1CE0E3. Grayscale: #595959. Windows color (decimal): -1892580 or 1843171. OLE color: 1843171.
HSL color Cylindrical-coordinate representation of color #E31F1C: hue angle of 0.9º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31F1C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 28 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.11 |
| HSL | 0.9º | 0.78% | 0.5% | - |
| HSV(B) | 0.9º | 0.88% | 0.89% | - |
| XYZ | 32.38 | 17.39 | 2.75 | - |
| YUV | 89.26 | 93.43 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 28 | 0 | 0.86 | 0.88 | 0.11 | 0.9 | 0.78 | 0.5 |
| Hex | E3 | 1F | 1C | 0 | 56 | 58 | B | 1 | 4E | 32 |
| Octal | 343 | 37 | 34 | 0 | 126 | 130 | 13 | 1 | 116 | 62 |
| Binary | 11100011 | 11111 | 11100 | 0 | 1010110 | 1011000 | 1011 | 1 | 1001110 | 110010 |
Color Harmonies of #E31F1C
Complementary color
Monochromatic Colors of #E31F1C
Black with #E31F1C
Text Example
Text Example
White with #E31F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31F1C; }
p { color: rgb(227,31,28); }
H1.HeaderClassName
{
color: #E31F1C;
}
.AnyTagClassName
{
color: #E31F1C;
}
</style>
background-color css
<style>
a { background-color: #E31F1C; }
a { background-color: rgb(227,31,28); }
div.DivClassName
{
background-color: #E31F1C;
}
.BgClassName
{
background-color: #E31F1C;
}
</style>
border-color css
<style>
span { border-color: #E31F1C; }
span { border-color: rgb(227,31,28); }
td.TdClassName
{
border-color: #E31F1C;
}
.TagClassName
{
border-color: #E31F1C;
}
</style>