Html Css Color HEX #E12414 Harley Davidson Orange

📋 copy color: '#E12414'

red 225 ◦ green 36 ◦ blue 20

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

Shades of Harley Davidson Orange #E12414

Tints of Harley Davidson Orange #E12414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 80.07%
G = 12.81%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E12414 (or 0xE12414) is known color: Harley Davidson Orange. HEX triplet: E1, 24 and 14. RGB value is (225,36,20). Sum of RGB (Red+Green+Blue) = 225+36+20=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E12414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12414 is #1EDBEB. Grayscale: #5A5A5A. Windows color (decimal): -2022380 or 1320161. OLE color: 1320161.

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

Color convert

RGB 225 36 20 -
CMYK 0 0.84 0.91 0.12
HSL 4.68º 0.84% 0.48% -
HSV(B) 4.68º 0.91% 0.88% -
XYZ 31.81 17.32 2.33 -
YUV 90.69 88.12 223.8 -
System Red Green Blue C M Y K H S L
Decimal 225 36 20 0 0.84 0.91 0.12 4.68 0.84 0.48
Hex E1 24 14 0 54 5B C 5 54 30
Octal 341 44 24 0 124 133 14 5 124 60
Binary 11100001 100100 10100 0 1010100 1011011 1100 101 1010100 110000

Color Harmonies of #E12414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12414

Black with #E12414

Text Example


Text Example

White with #E12414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12414; }

 p { color: rgb(225,36,20); }

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

background-color css

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

 a { background-color: rgb(225,36,20); }

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

border-color css

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

 span { border-color: rgb(225,36,20); }

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