Html Css Color HEX #E01912 Harley Davidson Orange

📋 copy color: '#E01912'

red 224 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #E01912

Tints of Harley Davidson Orange #E01912

RGB

 RED value IS 224 (87.89% from 255) = 83.9%

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 83.9%
G = 9.36%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E01912 (or 0xE01912) is known color: Harley Davidson Orange. HEX triplet: E0, 19 and 12. RGB value is (224,25,18). Sum of RGB (Red+Green+Blue) = 224+25+18=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E01912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01912 is #1FE6ED. Grayscale: #535353. Windows color (decimal): -2090734 or 1186272. OLE color: 1186272.

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

Color convert

RGB 224 25 18 -
CMYK 0 0.89 0.92 0.12
HSL 2.04º 0.85% 0.47% -
HSV(B) 2.04º 0.92% 0.88% -
XYZ 31.2 16.59 2.13 -
YUV 83.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 224 25 18 0 0.89 0.92 0.12 2.04 0.85 0.47
Hex E0 19 12 0 59 5C C 2 55 2F
Octal 340 31 22 0 131 134 14 2 125 57
Binary 11100000 11001 10010 0 1011001 1011100 1100 10 1010101 101111

Color Harmonies of #E01912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01912

Black with #E01912

Text Example


Text Example

White with #E01912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01912; }

 p { color: rgb(224,25,18); }

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

background-color css

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

 a { background-color: rgb(224,25,18); }

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

border-color css

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

 span { border-color: rgb(224,25,18); }

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