Html Css Color HEX #E5120B Red

📋 copy color: '#E5120B'

red 229 ◦ green 18 ◦ blue 11

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

Shades of Red #E5120B

Tints of Red #E5120B

RGB

 RED value IS 229 (89.84% from 255) = 88.76%

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 88.76%
G = 6.98%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5120B (or 0xE5120B) is known color: Red. HEX triplet: E5, 12 and 0B. RGB value is (229,18,11). Sum of RGB (Red+Green+Blue) = 229+18+11=258 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.76% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 229 - color contains mainly: red. Hex color #E5120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5120B is #1AEDF4. Grayscale: #505050. Windows color (decimal): -1764853 or 725733. OLE color: 725733.

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

Color convert

RGB 229 18 11 -
CMYK 0 0.92 0.95 0.10
HSL 1.93º 0.91% 0.47% -
HSV(B) 1.93º 0.95% 0.9% -
XYZ 32.59 17.11 1.9 -
YUV 80.29 88.9 234.07 -
System Red Green Blue C M Y K H S L
Decimal 229 18 11 0 0.92 0.95 0.10 1.93 0.91 0.47
Hex E5 12 B 0 5C 5F A 2 5B 2F
Octal 345 22 13 0 134 137 12 2 133 57
Binary 11100101 10010 1011 0 1011100 1011111 1010 10 1011011 101111

Color Harmonies of #E5120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5120B

Black with #E5120B

Text Example


Text Example

White with #E5120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5120B; }

 p { color: rgb(229,18,11); }

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

background-color css

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

 a { background-color: rgb(229,18,11); }

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

border-color css

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

 span { border-color: rgb(229,18,11); }

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