Html Css Color HEX #E1332B Cinnabar

📋 copy color: '#E1332B'

red 225 ◦ green 51 ◦ blue 43

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

Shades of Cinnabar #E1332B

Tints of Cinnabar #E1332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 70.53%
G = 15.99%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1332B (or 0xE1332B) is known color: Cinnabar. HEX triplet: E1, 33 and 2B. RGB value is (225,51,43). Sum of RGB (Red+Green+Blue) = 225+51+43=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1332B is #1ECCD4. Grayscale: #666666. Windows color (decimal): -2018517 or 2831329. OLE color: 2831329.

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

Color convert

RGB 225 51 43 -
CMYK 0 0.77 0.81 0.12
HSL 2.64º 0.75% 0.53% -
HSV(B) 2.64º 0.81% 0.88% -
XYZ 32.67 18.55 4.14 -
YUV 102.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 225 51 43 0 0.77 0.81 0.12 2.64 0.75 0.53
Hex E1 33 2B 0 4D 51 C 3 4B 35
Octal 341 63 53 0 115 121 14 3 113 65
Binary 11100001 110011 101011 0 1001101 1010001 1100 11 1001011 110101

Color Harmonies of #E1332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1332B

Black with #E1332B

Text Example


Text Example

White with #E1332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1332B; }

 p { color: rgb(225,51,43); }

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

background-color css

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

 a { background-color: rgb(225,51,43); }

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

border-color css

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

 span { border-color: rgb(225,51,43); }

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