Html Css Color HEX #E2312E Cinnabar

📋 copy color: '#E2312E'

red 226 ◦ green 49 ◦ blue 46

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

Shades of Cinnabar #E2312E

Tints of Cinnabar #E2312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 70.4%
G = 15.26%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2312E (or 0xE2312E) is known color: Cinnabar. HEX triplet: E2, 31 and 2E. RGB value is (226,49,46). Sum of RGB (Red+Green+Blue) = 226+49+46=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2312E is #1DCED1. Grayscale: #656565. Windows color (decimal): -1953490 or 3027426. OLE color: 3027426.

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

Color convert

RGB 226 49 46 -
CMYK 0 0.78 0.80 0.11
HSL 0.76% 0.53% -
HSV(B) 0.8% 0.89% -
XYZ 32.96 18.56 4.43 -
YUV 101.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 226 49 46 0 0.78 0.80 0.11 1 0.76 0.53
Hex E2 31 2E 0 4E 50 B 1 4C 35
Octal 342 61 56 0 116 120 13 1 114 65
Binary 11100010 110001 101110 0 1001110 1010000 1011 1 1001100 110101

Color Harmonies of #E2312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2312E

Black with #E2312E

Text Example


Text Example

White with #E2312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2312E; }

 p { color: rgb(226,49,46); }

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

background-color css

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

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

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

border-color css

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

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

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