Html Css Color HEX #E3110C Red

📋 copy color: '#E3110C'

red 227 ◦ green 17 ◦ blue 12

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

Shades of Red #E3110C

Tints of Red #E3110C

RGB

 RED value IS 227 (89.06% from 255) = 88.67%

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

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 88.67%
G = 6.64%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3110C (or 0xE3110C) is known color: Red. HEX triplet: E3, 11 and 0C. RGB value is (227,17,12). Sum of RGB (Red+Green+Blue) = 227+17+12=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E3110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3110C is #1CEEF3. Grayscale: #4F4F4F. Windows color (decimal): -1896180 or 791011. OLE color: 791011.

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

Color convert

RGB 227 17 12 -
CMYK 0 0.93 0.95 0.11
HSL 1.4º 0.9% 0.47% -
HSV(B) 1.4º 0.95% 0.89% -
XYZ 31.95 16.76 1.9 -
YUV 79.22 90.07 233.41 -
System Red Green Blue C M Y K H S L
Decimal 227 17 12 0 0.93 0.95 0.11 1.4 0.9 0.47
Hex E3 11 C 0 5D 5F B 1 5A 2F
Octal 343 21 14 0 135 137 13 1 132 57
Binary 11100011 10001 1100 0 1011101 1011111 1011 1 1011010 101111

Color Harmonies of #E3110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3110C

Black with #E3110C

Text Example


Text Example

White with #E3110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3110C; }

 p { color: rgb(227,17,12); }

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

background-color css

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

 a { background-color: rgb(227,17,12); }

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

border-color css

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

 span { border-color: rgb(227,17,12); }

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