Html Css Color HEX #E80800 Red

📋 copy color: '#E80800'

red 232 ◦ green 8 ◦ blue 0

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

Shades of Red #E80800

Tints of Red #E80800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 96.67%
G = 3.33%
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

#E80800 (or 0xE80800) is known color: Red. HEX triplet: E8, 08 and 00. RGB value is (232,8,0). Sum of RGB (Red+Green+Blue) = 232+8+0=240 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.67% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 232 - color contains mainly: red. Hex color #E80800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80800 is #17F7FF. Grayscale: #4A4A4A. Windows color (decimal): -1570816 or 2280. OLE color: 2280.

HSL color Cylindrical-coordinate representation of color #E80800: hue angle of 2.07º 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 #E80800 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 8 0 -
CMYK 0 0.97 1 0.09
HSL 2.07º 1% 0.45% -
HSV(B) 2.07º 1% 0.91% -
XYZ 33.37 17.33 1.59 -
YUV 74.06 86.21 240.65 -
System Red Green Blue C M Y K H S L
Decimal 232 8 0 0 0.97 1 0.09 2.07 1 0.45
Hex E8 8 0 0 61 64 9 2 64 2D
Octal 350 10 0 0 141 144 11 2 144 55
Binary 11101000 1000 0 0 1100001 1100100 1001 10 1100100 101101

Color Harmonies of #E80800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80800

Black with #E80800

Text Example


Text Example

White with #E80800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80800; }

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

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

background-color css

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

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

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

border-color css

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

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

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