Html Css Color HEX #E80B08 Red

📋 copy color: '#E80B08'

red 232 ◦ green 11 ◦ blue 8

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

Shades of Red #E80B08

Tints of Red #E80B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 92.43%
G = 4.38%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80B08 (or 0xE80B08) is known color: Red. HEX triplet: E8, 0B and 08. RGB value is (232,11,8). Sum of RGB (Red+Green+Blue) = 232+11+8=251 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.43% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B08 is #17F4F7. Grayscale: #4C4C4C. Windows color (decimal): -1570040 or 527336. OLE color: 527336.

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

Color convert

RGB 232 11 8 -
CMYK 0 0.95 0.97 0.09
HSL 0.8º 0.93% 0.47% -
HSV(B) 0.8º 0.97% 0.91% -
XYZ 33.44 17.41 1.83 -
YUV 76.74 89.22 238.74 -
System Red Green Blue C M Y K H S L
Decimal 232 11 8 0 0.95 0.97 0.09 0.8 0.93 0.47
Hex E8 B 8 0 5F 61 9 1 5D 2F
Octal 350 13 10 0 137 141 11 1 135 57
Binary 11101000 1011 1000 0 1011111 1100001 1001 1 1011101 101111

Color Harmonies of #E80B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B08

Black with #E80B08

Text Example


Text Example

White with #E80B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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