Html Css Color HEX #E1322D Cinnabar

📋 copy color: '#E1322D'

red 225 ◦ green 50 ◦ blue 45

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

Shades of Cinnabar #E1322D

Tints of Cinnabar #E1322D

RGB

 RED value IS 225 (88.28% from 255) = 70.31%

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

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

R = 70.31%
G = 15.63%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1322D (or 0xE1322D) is known color: Cinnabar. HEX triplet: E1, 32 and 2D. RGB value is (225,50,45). Sum of RGB (Red+Green+Blue) = 225+50+45=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1322D is #1ECDD2. Grayscale: #656565. Windows color (decimal): -2018771 or 2962145. OLE color: 2962145.

HSL color Cylindrical-coordinate representation of color #E1322D: hue angle of 1.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1322D is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 45 -
CMYK 0 0.78 0.8 0.12
HSL 1.67º 0.75% 0.53% -
HSV(B) 1.67º 0.8% 0.88% -
XYZ 32.67 18.48 4.33 -
YUV 101.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 225 50 45 0 0.78 0.8 0.12 1.67 0.75 0.53
Hex E1 32 2D 0 4E 50 C 2 4B 35
Octal 341 62 55 0 116 120 14 2 113 65
Binary 11100001 110010 101101 0 1001110 1010000 1100 10 1001011 110101

Color Harmonies of #E1322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1322D

Black with #E1322D

Text Example


Text Example

White with #E1322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1322D; }

 p { color: rgb(225,50,45); }

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

background-color css

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

 a { background-color: rgb(225,50,45); }

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

border-color css

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

 span { border-color: rgb(225,50,45); }

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