Html Css Color HEX #E5332A Cinnabar

📋 copy color: '#E5332A'

red 229 ◦ green 51 ◦ blue 42

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

Shades of Cinnabar #E5332A

Tints of Cinnabar #E5332A

RGB

 RED value IS 229 (89.84% from 255) = 71.12%

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

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

R = 71.12%
G = 15.84%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5332A (or 0xE5332A) is known color: Cinnabar. HEX triplet: E5, 33 and 2A. RGB value is (229,51,42). Sum of RGB (Red+Green+Blue) = 229+51+42=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5332A is #1ACCD5. Grayscale: #676767. Windows color (decimal): -1756374 or 2765797. OLE color: 2765797.

HSL color Cylindrical-coordinate representation of color #E5332A: hue angle of 2.89º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5332A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 51 42 -
CMYK 0 0.78 0.82 0.10
HSL 2.89º 0.78% 0.53% -
HSV(B) 2.89º 0.82% 0.9% -
XYZ 33.91 19.19 4.11 -
YUV 103.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 229 51 42 0 0.78 0.82 0.10 2.89 0.78 0.53
Hex E5 33 2A 0 4E 52 A 3 4E 35
Octal 345 63 52 0 116 122 12 3 116 65
Binary 11100101 110011 101010 0 1001110 1010010 1010 11 1001110 110101

Color Harmonies of #E5332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5332A

Black with #E5332A

Text Example


Text Example

White with #E5332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5332A; }

 p { color: rgb(229,51,42); }

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

background-color css

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

 a { background-color: rgb(229,51,42); }

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

border-color css

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

 span { border-color: rgb(229,51,42); }

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