Html Css Color HEX #E2130E Red

📋 copy color: '#E2130E'

red 226 ◦ green 19 ◦ blue 14

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

Shades of Red #E2130E

Tints of Red #E2130E

RGB

 RED value IS 226 (88.67% from 255) = 87.26%

 GREEN value IS 19 (7.81% from 255) = 7.34%

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 87.26%
G = 7.34%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2130E (or 0xE2130E) is known color: Red. HEX triplet: E2, 13 and 0E. RGB value is (226,19,14). Sum of RGB (Red+Green+Blue) = 226+19+14=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E2130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2130E is #1DECF1. Grayscale: #505050. Windows color (decimal): -1961202 or 922594. OLE color: 922594.

HSL color Cylindrical-coordinate representation of color #E2130E: hue angle of 1.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 14 -
CMYK 0 0.92 0.94 0.11
HSL 1.42º 0.88% 0.47% -
HSV(B) 1.42º 0.94% 0.89% -
XYZ 31.68 16.67 1.96 -
YUV 80.32 90.58 231.91 -
System Red Green Blue C M Y K H S L
Decimal 226 19 14 0 0.92 0.94 0.11 1.42 0.88 0.47
Hex E2 13 E 0 5C 5E B 1 58 2F
Octal 342 23 16 0 134 136 13 1 130 57
Binary 11100010 10011 1110 0 1011100 1011110 1011 1 1011000 101111

Color Harmonies of #E2130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2130E

Black with #E2130E

Text Example


Text Example

White with #E2130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2130E; }

 p { color: rgb(226,19,14); }

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

background-color css

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

 a { background-color: rgb(226,19,14); }

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

border-color css

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

 span { border-color: rgb(226,19,14); }

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