Html Css Color HEX #E80801 Red

📋 copy color: '#E80801'

red 232 ◦ green 8 ◦ blue 1

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

Shades of Red #E80801

Tints of Red #E80801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 96.27%
G = 3.32%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E80801 (or 0xE80801) is known color: Red. HEX triplet: E8, 08 and 01. RGB value is (232,8,1). Sum of RGB (Red+Green+Blue) = 232+8+1=241 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.27% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 232 - color contains mainly: red. Hex color #E80801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80801 is #17F7FE. Grayscale: #4A4A4A. Windows color (decimal): -1570815 or 67816. OLE color: 67816.

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

Color convert

RGB 232 8 1 -
CMYK 0 0.97 1.00 0.09
HSL 1.82º 0.99% 0.46% -
HSV(B) 1.82º 1% 0.91% -
XYZ 33.37 17.33 1.62 -
YUV 74.18 86.71 240.57 -
System Red Green Blue C M Y K H S L
Decimal 232 8 1 0 0.97 1.00 0.09 1.82 0.99 0.46
Hex E8 8 1 0 61 64 9 2 63 2E
Octal 350 10 1 0 141 144 11 2 143 56
Binary 11101000 1000 1 0 1100001 1100100 1001 10 1100011 101110

Color Harmonies of #E80801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80801

Black with #E80801

Text Example


Text Example

White with #E80801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80801; }

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

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

background-color css

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

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

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

border-color css

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

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

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