Html Css Color HEX #E80606 Red

📋 copy color: '#E80606'

red 232 ◦ green 6 ◦ blue 6

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

Shades of Red #E80606

Tints of Red #E80606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 95.08%
G = 2.46%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80606 (or 0xE80606) is known color: Red. HEX triplet: E8, 06 and 06. RGB value is (232,6,6). Sum of RGB (Red+Green+Blue) = 232+6+6=244 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.08% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 232 - color contains mainly: red. Hex color #E80606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80606 is #17F9F9. Grayscale: #494949. Windows color (decimal): -1571322 or 394984. OLE color: 394984.

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

Color convert

RGB 232 6 6 -
CMYK 0 0.97 0.97 0.09
HSL 0.95% 0.47% -
HSV(B) 0.97% 0.91% -
XYZ 33.38 17.3 1.75 -
YUV 73.57 89.87 241 -
System Red Green Blue C M Y K H S L
Decimal 232 6 6 0 0.97 0.97 0.09 0 0.95 0.47
Hex E8 6 6 0 61 61 9 0 5F 2F
Octal 350 6 6 0 141 141 11 0 137 57
Binary 11101000 110 110 0 1100001 1100001 1001 0 1011111 101111

Color Harmonies of #E80606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80606

Black with #E80606

Text Example


Text Example

White with #E80606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80606; }

 p { color: rgb(232,6,6); }

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

background-color css

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

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

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

border-color css

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

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

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