Html Css Color HEX #E80E01 Red

📋 copy color: '#E80E01'

red 232 ◦ green 14 ◦ blue 1

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

Shades of Red #E80E01

Tints of Red #E80E01

RGB

 RED value IS 232 (91.02% from 255) = 93.93%

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 93.93%
G = 5.67%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E80E01 (or 0xE80E01) is known color: Red. HEX triplet: E8, 0E and 01. RGB value is (232,14,1). Sum of RGB (Red+Green+Blue) = 232+14+1=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80E01 is #17F1FE. Grayscale: #4D4D4D. Windows color (decimal): -1569279 or 69352. OLE color: 69352.

HSL color Cylindrical-coordinate representation of color #E80E01: hue angle of 3.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80E01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 14 1 -
CMYK 0 0.94 1.00 0.09
HSL 3.38º 0.99% 0.46% -
HSV(B) 3.38º 1% 0.91% -
XYZ 33.44 17.47 1.64 -
YUV 77.7 84.72 238.06 -
System Red Green Blue C M Y K H S L
Decimal 232 14 1 0 0.94 1.00 0.09 3.38 0.99 0.46
Hex E8 E 1 0 5E 64 9 3 63 2E
Octal 350 16 1 0 136 144 11 3 143 56
Binary 11101000 1110 1 0 1011110 1100100 1001 11 1100011 101110

Color Harmonies of #E80E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E01

Black with #E80E01

Text Example


Text Example

White with #E80E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E01; }

 p { color: rgb(232,14,1); }

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

background-color css

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

 a { background-color: rgb(232,14,1); }

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

border-color css

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

 span { border-color: rgb(232,14,1); }

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