Html Css Color HEX #E33131 Cinnabar

📋 copy color: '#E33131'

red 227 ◦ green 49 ◦ blue 49

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

Shades of Cinnabar #E33131

Tints of Cinnabar #E33131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 69.85%
G = 15.08%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E33131 (or 0xE33131) is known color: Cinnabar. HEX triplet: E3, 31 and 31. RGB value is (227,49,49). Sum of RGB (Red+Green+Blue) = 227+49+49=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E33131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33131 is #1CCECE. Grayscale: #666666. Windows color (decimal): -1887951 or 3224035. OLE color: 3224035.

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

Color convert

RGB 227 49 49 -
CMYK 0 0.78 0.78 0.11
HSL 0.76% 0.54% -
HSV(B) 0.78% 0.89% -
XYZ 33.33 18.75 4.77 -
YUV 102.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 227 49 49 0 0.78 0.78 0.11 0 0.76 0.54
Hex E3 31 31 0 4E 4E B 0 4C 36
Octal 343 61 61 0 116 116 13 0 114 66
Binary 11100011 110001 110001 0 1001110 1001110 1011 0 1001100 110110

Color Harmonies of #E33131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33131

Black with #E33131

Text Example


Text Example

White with #E33131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33131; }

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

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

background-color css

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

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

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

border-color css

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

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

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