Html Css Color HEX #E5532E Cinnabar

📋 copy color: '#E5532E'

red 229 ◦ green 83 ◦ blue 46

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

Shades of Cinnabar #E5532E

Tints of Cinnabar #E5532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 63.97%
G = 23.18%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5532E (or 0xE5532E) is known color: Cinnabar. HEX triplet: E5, 53 and 2E. RGB value is (229,83,46). Sum of RGB (Red+Green+Blue) = 229+83+46=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5532E is #1AACD1. Grayscale: #7A7A7A. Windows color (decimal): -1748178 or 3036133. OLE color: 3036133.

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

Color convert

RGB 229 83 46 -
CMYK 0 0.64 0.80 0.10
HSL 12.13º 0.78% 0.54% -
HSV(B) 12.13º 0.8% 0.9% -
XYZ 35.9 23.04 5.14 -
YUV 122.44 84.87 204.01 -
System Red Green Blue C M Y K H S L
Decimal 229 83 46 0 0.64 0.80 0.10 12.13 0.78 0.54
Hex E5 53 2E 0 40 50 A C 4E 36
Octal 345 123 56 0 100 120 12 14 116 66
Binary 11100101 1010011 101110 0 1000000 1010000 1010 1100 1001110 110110

Color Harmonies of #E5532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5532E

Black with #E5532E

Text Example


Text Example

White with #E5532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5532E; }

 p { color: rgb(229,83,46); }

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

background-color css

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

 a { background-color: rgb(229,83,46); }

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

border-color css

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

 span { border-color: rgb(229,83,46); }

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