Html Css Color HEX #E80704 Red

📋 copy color: '#E80704'

red 232 ◦ green 7 ◦ blue 4

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

Shades of Red #E80704

Tints of Red #E80704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 95.47%
G = 2.88%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E80704 (or 0xE80704) is known color: Red. HEX triplet: E8, 07 and 04. RGB value is (232,7,4). Sum of RGB (Red+Green+Blue) = 232+7+4=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E80704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80704 is #17F8FB. Grayscale: #4A4A4A. Windows color (decimal): -1571068 or 264168. OLE color: 264168.

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

Color convert

RGB 232 7 4 -
CMYK 0 0.97 0.98 0.09
HSL 0.79º 0.97% 0.46% -
HSV(B) 0.79º 0.98% 0.91% -
XYZ 33.38 17.32 1.7 -
YUV 73.93 88.54 240.74 -
System Red Green Blue C M Y K H S L
Decimal 232 7 4 0 0.97 0.98 0.09 0.79 0.97 0.46
Hex E8 7 4 0 61 62 9 1 61 2E
Octal 350 7 4 0 141 142 11 1 141 56
Binary 11101000 111 100 0 1100001 1100010 1001 1 1100001 101110

Color Harmonies of #E80704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80704

Black with #E80704

Text Example


Text Example

White with #E80704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80704; }

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

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

background-color css

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

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

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

border-color css

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

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

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