Html Css Color HEX #E3322A Cinnabar

📋 copy color: '#E3322A'

red 227 ◦ green 50 ◦ blue 42

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

Shades of Cinnabar #E3322A

Tints of Cinnabar #E3322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 71.16%
G = 15.67%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3322A (or 0xE3322A) is known color: Cinnabar. HEX triplet: E3, 32 and 2A. RGB value is (227,50,42). Sum of RGB (Red+Green+Blue) = 227+50+42=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E3322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3322A is #1CCDD5. Grayscale: #666666. Windows color (decimal): -1887702 or 2765539. OLE color: 2765539.

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

Color convert

RGB 227 50 42 -
CMYK 0 0.78 0.81 0.11
HSL 2.59º 0.77% 0.53% -
HSV(B) 2.59º 0.81% 0.89% -
XYZ 33.24 18.78 4.06 -
YUV 102.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 227 50 42 0 0.78 0.81 0.11 2.59 0.77 0.53
Hex E3 32 2A 0 4E 51 B 3 4D 35
Octal 343 62 52 0 116 121 13 3 115 65
Binary 11100011 110010 101010 0 1001110 1010001 1011 11 1001101 110101

Color Harmonies of #E3322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3322A

Black with #E3322A

Text Example


Text Example

White with #E3322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3322A; }

 p { color: rgb(227,50,42); }

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

background-color css

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

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

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

border-color css

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

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

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