Html Css Color HEX #E31212 Red

📋 copy color: '#E31212'

red 227 ◦ green 18 ◦ blue 18

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

Shades of Red #E31212

Tints of Red #E31212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 86.31%
G = 6.84%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E31212 (or 0xE31212) is known color: Red. HEX triplet: E3, 12 and 12. RGB value is (227,18,18). Sum of RGB (Red+Green+Blue) = 227+18+18=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E31212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31212 is #1CEDED. Grayscale: #505050. Windows color (decimal): -1895918 or 1184483. OLE color: 1184483.

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

Color convert

RGB 227 18 18 -
CMYK 0 0.92 0.92 0.11
HSL 0.85% 0.48% -
HSV(B) 0.92% 0.89% -
XYZ 32 16.81 2.13 -
YUV 80.49 92.74 232.5 -
System Red Green Blue C M Y K H S L
Decimal 227 18 18 0 0.92 0.92 0.11 0 0.85 0.48
Hex E3 12 12 0 5C 5C B 0 55 30
Octal 343 22 22 0 134 134 13 0 125 60
Binary 11100011 10010 10010 0 1011100 1011100 1011 0 1010101 110000

Color Harmonies of #E31212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31212

Black with #E31212

Text Example


Text Example

White with #E31212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31212; }

 p { color: rgb(227,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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