Html Css Color HEX #E2322F Cinnabar

📋 copy color: '#E2322F'

red 226 ◦ green 50 ◦ blue 47

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

Shades of Cinnabar #E2322F

Tints of Cinnabar #E2322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 69.97%
G = 15.48%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2322F (or 0xE2322F) is known color: Cinnabar. HEX triplet: E2, 32 and 2F. RGB value is (226,50,47). Sum of RGB (Red+Green+Blue) = 226+50+47=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2322F is #1DCDD0. Grayscale: #666666. Windows color (decimal): -1953233 or 3093218. OLE color: 3093218.

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

Color convert

RGB 226 50 47 -
CMYK 0 0.78 0.79 0.11
HSL 1.01º 0.76% 0.54% -
HSV(B) 1.01º 0.79% 0.89% -
XYZ 33.02 18.66 4.55 -
YUV 102.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 226 50 47 0 0.78 0.79 0.11 1.01 0.76 0.54
Hex E2 32 2F 0 4E 4F B 1 4C 36
Octal 342 62 57 0 116 117 13 1 114 66
Binary 11100010 110010 101111 0 1001110 1001111 1011 1 1001100 110110

Color Harmonies of #E2322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2322F

Black with #E2322F

Text Example


Text Example

White with #E2322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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