Html Css Color HEX #E80700 Red

📋 copy color: '#E80700'

red 232 ◦ green 7 ◦ blue 0

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

Shades of Red #E80700

Tints of Red #E80700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.07%
G = 2.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E80700 (or 0xE80700) is known color: Red. HEX triplet: E8, 07 and 00. RGB value is (232,7,0). Sum of RGB (Red+Green+Blue) = 232+7+0=239 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.07% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 232 - color contains mainly: red. Hex color #E80700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80700 is #17F8FF. Grayscale: #494949. Windows color (decimal): -1571072 or 2024. OLE color: 2024.

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

Color convert

RGB 232 7 0 -
CMYK 0 0.97 1 0.09
HSL 1.81º 1% 0.45% -
HSV(B) 1.81º 1% 0.91% -
XYZ 33.35 17.31 1.58 -
YUV 73.48 86.54 241.07 -
System Red Green Blue C M Y K H S L
Decimal 232 7 0 0 0.97 1 0.09 1.81 1 0.45
Hex E8 7 0 0 61 64 9 2 64 2D
Octal 350 7 0 0 141 144 11 2 144 55
Binary 11101000 111 0 0 1100001 1100100 1001 10 1100100 101101

Color Harmonies of #E80700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80700

Black with #E80700

Text Example


Text Example

White with #E80700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80700; }

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

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

background-color css

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

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

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

border-color css

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

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

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