Html Css Color HEX #E2110D Red

📋 copy color: '#E2110D'

red 226 ◦ green 17 ◦ blue 13

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

Shades of Red #E2110D

Tints of Red #E2110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 88.28%
G = 6.64%
B = 5.08%

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

#E2110D (or 0xE2110D) is known color: Red. HEX triplet: E2, 11 and 0D. RGB value is (226,17,13). Sum of RGB (Red+Green+Blue) = 226+17+13=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E2110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2110D is #1DEEF2. Grayscale: #4F4F4F. Windows color (decimal): -1961715 or 856546. OLE color: 856546.

HSL color Cylindrical-coordinate representation of color #E2110D: hue angle of 1.13º degrees, saturation: 0.89, 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 #E2110D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 13 -
CMYK 0 0.92 0.94 0.11
HSL 1.13º 0.89% 0.47% -
HSV(B) 1.13º 0.94% 0.89% -
XYZ 31.64 16.6 1.92 -
YUV 79.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 226 17 13 0 0.92 0.94 0.11 1.13 0.89 0.47
Hex E2 11 D 0 5C 5E B 1 59 2F
Octal 342 21 15 0 134 136 13 1 131 57
Binary 11100010 10001 1101 0 1011100 1011110 1011 1 1011001 101111

Color Harmonies of #E2110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2110D

Black with #E2110D

Text Example


Text Example

White with #E2110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2110D; }

 p { color: rgb(226,17,13); }

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

background-color css

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

 a { background-color: rgb(226,17,13); }

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

border-color css

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

 span { border-color: rgb(226,17,13); }

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