Html Css Color HEX #E80B0A Red

📋 copy color: '#E80B0A'

red 232 ◦ green 11 ◦ blue 10

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

Shades of Red #E80B0A

Tints of Red #E80B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 91.7%
G = 4.35%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E80B0A (or 0xE80B0A) is known color: Red. HEX triplet: E8, 0B and 0A. RGB value is (232,11,10). Sum of RGB (Red+Green+Blue) = 232+11+10=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B0A is #17F4F5. Grayscale: #4D4D4D. Windows color (decimal): -1570038 or 658408. OLE color: 658408.

HSL color Cylindrical-coordinate representation of color #E80B0A: hue angle of 0.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80B0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 11 10 -
CMYK 0 0.95 0.96 0.09
HSL 0.27º 0.92% 0.47% -
HSV(B) 0.27º 0.96% 0.91% -
XYZ 33.45 17.42 1.89 -
YUV 76.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 232 11 10 0 0.95 0.96 0.09 0.27 0.92 0.47
Hex E8 B A 0 5F 60 9 0 5C 2F
Octal 350 13 12 0 137 140 11 0 134 57
Binary 11101000 1011 1010 0 1011111 1100000 1001 0 1011100 101111

Color Harmonies of #E80B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B0A

Black with #E80B0A

Text Example


Text Example

White with #E80B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B0A; }

 p { color: rgb(232,11,10); }

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

background-color css

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

 a { background-color: rgb(232,11,10); }

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

border-color css

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

 span { border-color: rgb(232,11,10); }

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