Html Css Color HEX #E80C08 Red

📋 copy color: '#E80C08'

red 232 ◦ green 12 ◦ blue 8

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

Shades of Red #E80C08

Tints of Red #E80C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 92.06%
G = 4.76%
B = 3.17%

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

#E80C08 (or 0xE80C08) is known color: Red. HEX triplet: E8, 0C and 08. RGB value is (232,12,8). Sum of RGB (Red+Green+Blue) = 232+12+8=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C08 is #17F3F7. Grayscale: #4D4D4D. Windows color (decimal): -1569784 or 527592. OLE color: 527592.

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

Color convert

RGB 232 12 8 -
CMYK 0 0.95 0.97 0.09
HSL 1.07º 0.93% 0.47% -
HSV(B) 1.07º 0.97% 0.91% -
XYZ 33.45 17.44 1.83 -
YUV 77.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 232 12 8 0 0.95 0.97 0.09 1.07 0.93 0.47
Hex E8 C 8 0 5F 61 9 1 5D 2F
Octal 350 14 10 0 137 141 11 1 135 57
Binary 11101000 1100 1000 0 1011111 1100001 1001 1 1011101 101111

Color Harmonies of #E80C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C08

Black with #E80C08

Text Example


Text Example

White with #E80C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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