Html Css Color HEX #E5332F Cinnabar

📋 copy color: '#E5332F'

red 229 ◦ green 51 ◦ blue 47

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

Shades of Cinnabar #E5332F

Tints of Cinnabar #E5332F

RGB

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

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

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

R = 70.03%
G = 15.6%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5332F (or 0xE5332F) is known color: Cinnabar. HEX triplet: E5, 33 and 2F. RGB value is (229,51,47). Sum of RGB (Red+Green+Blue) = 229+51+47=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5332F is #1ACCD0. Grayscale: #676767. Windows color (decimal): -1756369 or 3093477. OLE color: 3093477.

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

Color convert

RGB 229 51 47 -
CMYK 0 0.78 0.79 0.10
HSL 1.32º 0.78% 0.54% -
HSV(B) 1.32º 0.79% 0.9% -
XYZ 34.01 19.23 4.61 -
YUV 103.77 95.97 217.33 -
System Red Green Blue C M Y K H S L
Decimal 229 51 47 0 0.78 0.79 0.10 1.32 0.78 0.54
Hex E5 33 2F 0 4E 4F A 1 4E 36
Octal 345 63 57 0 116 117 12 1 116 66
Binary 11100101 110011 101111 0 1001110 1001111 1010 1 1001110 110110

Color Harmonies of #E5332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5332F

Black with #E5332F

Text Example


Text Example

White with #E5332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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