Html Css Color HEX #E80C09 Red

📋 copy color: '#E80C09'

red 232 ◦ green 12 ◦ blue 9

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

Shades of Red #E80C09

Tints of Red #E80C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 91.7%
G = 4.74%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E80C09 (or 0xE80C09) is known color: Red. HEX triplet: E8, 0C and 09. RGB value is (232,12,9). Sum of RGB (Red+Green+Blue) = 232+12+9=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C09 is #17F3F6. Grayscale: #4D4D4D. Windows color (decimal): -1569783 or 593128. OLE color: 593128.

HSL color Cylindrical-coordinate representation of color #E80C09: hue angle of 0.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80C09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 12 9 -
CMYK 0 0.95 0.96 0.09
HSL 0.81º 0.93% 0.47% -
HSV(B) 0.81º 0.96% 0.91% -
XYZ 33.46 17.44 1.86 -
YUV 77.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 232 12 9 0 0.95 0.96 0.09 0.81 0.93 0.47
Hex E8 C 9 0 5F 60 9 1 5D 2F
Octal 350 14 11 0 137 140 11 1 135 57
Binary 11101000 1100 1001 0 1011111 1100000 1001 1 1011101 101111

Color Harmonies of #E80C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C09

Black with #E80C09

Text Example


Text Example

White with #E80C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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