Html Css Color HEX #E80A07 Red

📋 copy color: '#E80A07'

red 232 ◦ green 10 ◦ blue 7

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

Shades of Red #E80A07

Tints of Red #E80A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 93.17%
G = 4.02%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80A07 (or 0xE80A07) is known color: Red. HEX triplet: E8, 0A and 07. RGB value is (232,10,7). Sum of RGB (Red+Green+Blue) = 232+10+7=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A07 is #17F5F8. Grayscale: #4C4C4C. Windows color (decimal): -1570297 or 461544. OLE color: 461544.

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

Color convert

RGB 232 10 7 -
CMYK 0 0.96 0.97 0.09
HSL 0.8º 0.94% 0.47% -
HSV(B) 0.8º 0.97% 0.91% -
XYZ 33.43 17.39 1.8 -
YUV 76.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 232 10 7 0 0.96 0.97 0.09 0.8 0.94 0.47
Hex E8 A 7 0 60 61 9 1 5E 2F
Octal 350 12 7 0 140 141 11 1 136 57
Binary 11101000 1010 111 0 1100000 1100001 1001 1 1011110 101111

Color Harmonies of #E80A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A07

Black with #E80A07

Text Example


Text Example

White with #E80A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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