Html Css Color HEX #E01913 Harley Davidson Orange

📋 copy color: '#E01913'

red 224 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #E01913

Tints of Harley Davidson Orange #E01913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 83.58%
G = 9.33%
B = 7.09%

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

#E01913 (or 0xE01913) is known color: Harley Davidson Orange. HEX triplet: E0, 19 and 13. RGB value is (224,25,19). Sum of RGB (Red+Green+Blue) = 224+25+19=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E01913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01913 is #1FE6EC. Grayscale: #545454. Windows color (decimal): -2090733 or 1251808. OLE color: 1251808.

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

Color convert

RGB 224 25 19 -
CMYK 0 0.89 0.92 0.12
HSL 1.76º 0.84% 0.48% -
HSV(B) 1.76º 0.92% 0.88% -
XYZ 31.21 16.59 2.17 -
YUV 83.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 224 25 19 0 0.89 0.92 0.12 1.76 0.84 0.48
Hex E0 19 13 0 59 5C C 2 54 30
Octal 340 31 23 0 131 134 14 2 124 60
Binary 11100000 11001 10011 0 1011001 1011100 1100 10 1010100 110000

Color Harmonies of #E01913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01913

Black with #E01913

Text Example


Text Example

White with #E01913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01913; }

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

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

background-color css

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

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

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

border-color css

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

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

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