Html Css Color HEX #E12C0E Harley Davidson Orange

📋 copy color: '#E12C0E'

red 225 ◦ green 44 ◦ blue 14

#E12C0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E12C0E

Tints of Harley Davidson Orange #E12C0E

RGB

 RED value IS 225 (88.28% from 255) = 79.51%

 GREEN value IS 44 (17.58% from 255) = 15.55%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 79.51%
G = 15.55%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E12C0E (or 0xE12C0E) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 0E. RGB value is (225,44,14). Sum of RGB (Red+Green+Blue) = 225+44+14=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C0E is #1ED3F1. Grayscale: #5F5F5F. Windows color (decimal): -2020338 or 928993. OLE color: 928993.

HSL color Cylindrical-coordinate representation of color #E12C0E: hue angle of 8.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E12C0E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 44 14 -
CMYK 0 0.80 0.94 0.12
HSL 8.53º 0.88% 0.47% -
HSV(B) 8.53º 0.94% 0.88% -
XYZ 32.03 17.84 2.17 -
YUV 94.7 82.47 220.94 -
System Red Green Blue C M Y K H S L
Decimal 225 44 14 0 0.80 0.94 0.12 8.53 0.88 0.47
Hex E1 2C E 0 50 5E C 9 58 2F
Octal 341 54 16 0 120 136 14 11 130 57
Binary 11100001 101100 1110 0 1010000 1011110 1100 1001 1011000 101111

Color Harmonies of #E12C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C0E

Black with #E12C0E

Text Example


Text Example

White with #E12C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C0E; }

 p { color: rgb(225,44,14); }

 H1.HeaderClassName
 {
   color: #E12C0E;
 }
 .AnyTagClassName
 {
   color: #E12C0E;
 }
</style>

background-color css

<style>
 a { background-color: #E12C0E; }

 a { background-color: rgb(225,44,14); }

 div.DivClassName
 {
   background-color: #E12C0E;
 }
 .BgClassName
 {
   background-color: #E12C0E;
 }
</style>

border-color css

<style>
 span { border-color: #E12C0E; }

 span { border-color: rgb(225,44,14); }

 td.TdClassName
 {
   border-color: #E12C0E;
 }
 .TagClassName
 {
   border-color: #E12C0E;
 }
</style>