Html Css Color HEX #E01812 Harley Davidson Orange

📋 copy color: '#E01812'

red 224 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #E01812

Tints of Harley Davidson Orange #E01812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 84.21%
G = 9.02%
B = 6.77%

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

#E01812 (or 0xE01812) is known color: Harley Davidson Orange. HEX triplet: E0, 18 and 12. RGB value is (224,24,18). Sum of RGB (Red+Green+Blue) = 224+24+18=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E01812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01812 is #1FE7ED. Grayscale: #535353. Windows color (decimal): -2090990 or 1186016. OLE color: 1186016.

HSL color Cylindrical-coordinate representation of color #E01812: hue angle of 1.75º 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 #E01812 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 18 -
CMYK 0 0.89 0.92 0.12
HSL 1.75º 0.85% 0.47% -
HSV(B) 1.75º 0.92% 0.88% -
XYZ 31.18 16.54 2.12 -
YUV 83.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 224 24 18 0 0.89 0.92 0.12 1.75 0.85 0.47
Hex E0 18 12 0 59 5C C 2 55 2F
Octal 340 30 22 0 131 134 14 2 125 57
Binary 11100000 11000 10010 0 1011001 1011100 1100 10 1010101 101111

Color Harmonies of #E01812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01812

Black with #E01812

Text Example


Text Example

White with #E01812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01812; }

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

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

background-color css

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

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

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

border-color css

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

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

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