Html Css Color HEX #E23A0C Harley Davidson Orange
📋 copy color: '#E23A0C'red 226 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #E23A0C
Tints of Harley Davidson Orange #E23A0C
RGB
CMYK
RGB Variations
Color information
#E23A0C (or 0xE23A0C) is known color: Harley Davidson Orange. HEX triplet: E2, 3A and 0C. RGB value is (226,58,12). Sum of RGB (Red+Green+Blue) = 226+58+12=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23A0C is #1DC5F3. Grayscale: #676767. Windows color (decimal): -1951220 or 801506. OLE color: 801506.
HSL color Cylindrical-coordinate representation of color #E23A0C: hue angle of 12.9º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E23A0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.11 |
| HSL | 12.9º | 0.9% | 0.47% | - |
| HSV(B) | 12.9º | 0.95% | 0.89% | - |
| XYZ | 32.94 | 19.22 | 2.32 | - |
| YUV | 102.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 12 | 0 | 0.74 | 0.95 | 0.11 | 12.9 | 0.9 | 0.47 |
| Hex | E2 | 3A | C | 0 | 4A | 5F | B | D | 5A | 2F |
| Octal | 342 | 72 | 14 | 0 | 112 | 137 | 13 | 15 | 132 | 57 |
| Binary | 11100010 | 111010 | 1100 | 0 | 1001010 | 1011111 | 1011 | 1101 | 1011010 | 101111 |
Color Harmonies of #E23A0C
Complementary color
Monochromatic Colors of #E23A0C
Black with #E23A0C
Text Example
Text Example
White with #E23A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23A0C; }
p { color: rgb(226,58,12); }
H1.HeaderClassName
{
color: #E23A0C;
}
.AnyTagClassName
{
color: #E23A0C;
}
</style>
background-color css
<style>
a { background-color: #E23A0C; }
a { background-color: rgb(226,58,12); }
div.DivClassName
{
background-color: #E23A0C;
}
.BgClassName
{
background-color: #E23A0C;
}
</style>
border-color css
<style>
span { border-color: #E23A0C; }
span { border-color: rgb(226,58,12); }
td.TdClassName
{
border-color: #E23A0C;
}
.TagClassName
{
border-color: #E23A0C;
}
</style>