Html Css Color HEX #E3312D Cinnabar

📋 copy color: '#E3312D'

red 227 ◦ green 49 ◦ blue 45

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

Shades of Cinnabar #E3312D

Tints of Cinnabar #E3312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 70.72%
G = 15.26%
B = 14.02%

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

#E3312D (or 0xE3312D) is known color: Cinnabar. HEX triplet: E3, 31 and 2D. RGB value is (227,49,45). Sum of RGB (Red+Green+Blue) = 227+49+45=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3312D is #1CCED2. Grayscale: #656565. Windows color (decimal): -1887955 or 2961891. OLE color: 2961891.

HSL color Cylindrical-coordinate representation of color #E3312D: hue angle of 1.32º 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 #E3312D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 49 45 -
CMYK 0 0.78 0.80 0.11
HSL 1.32º 0.76% 0.53% -
HSV(B) 1.32º 0.8% 0.89% -
XYZ 33.25 18.72 4.34 -
YUV 101.77 95.97 217.33 -
System Red Green Blue C M Y K H S L
Decimal 227 49 45 0 0.78 0.80 0.11 1.32 0.76 0.53
Hex E3 31 2D 0 4E 50 B 1 4C 35
Octal 343 61 55 0 116 120 13 1 114 65
Binary 11100011 110001 101101 0 1001110 1010000 1011 1 1001100 110101

Color Harmonies of #E3312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3312D

Black with #E3312D

Text Example


Text Example

White with #E3312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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