Html Css Color HEX #E2322A Cinnabar

📋 copy color: '#E2322A'

red 226 ◦ green 50 ◦ blue 42

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

Shades of Cinnabar #E2322A

Tints of Cinnabar #E2322A

RGB

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

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

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

R = 71.07%
G = 15.72%
B = 13.21%

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

#E2322A (or 0xE2322A) is known color: Cinnabar. HEX triplet: E2, 32 and 2A. RGB value is (226,50,42). Sum of RGB (Red+Green+Blue) = 226+50+42=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2322A is #1DCDD5. Grayscale: #656565. Windows color (decimal): -1953238 or 2765538. OLE color: 2765538.

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

Color convert

RGB 226 50 42 -
CMYK 0 0.78 0.81 0.11
HSL 2.61º 0.76% 0.53% -
HSV(B) 2.61º 0.81% 0.89% -
XYZ 32.92 18.62 4.05 -
YUV 101.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 226 50 42 0 0.78 0.81 0.11 2.61 0.76 0.53
Hex E2 32 2A 0 4E 51 B 3 4C 35
Octal 342 62 52 0 116 121 13 3 114 65
Binary 11100010 110010 101010 0 1001110 1010001 1011 11 1001100 110101

Color Harmonies of #E2322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2322A

Black with #E2322A

Text Example


Text Example

White with #E2322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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