Html Css Color HEX #E5352E Cinnabar

📋 copy color: '#E5352E'

red 229 ◦ green 53 ◦ blue 46

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

Shades of Cinnabar #E5352E

Tints of Cinnabar #E5352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 69.82%
G = 16.16%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5352E (or 0xE5352E) is known color: Cinnabar. HEX triplet: E5, 35 and 2E. RGB value is (229,53,46). Sum of RGB (Red+Green+Blue) = 229+53+46=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5352E is #1ACAD1. Grayscale: #696969. Windows color (decimal): -1755858 or 3028453. OLE color: 3028453.

HSL color Cylindrical-coordinate representation of color #E5352E: hue angle of 2.3º 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 #E5352E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 53 46 -
CMYK 0 0.77 0.80 0.10
HSL 2.3º 0.78% 0.54% -
HSV(B) 2.3º 0.8% 0.9% -
XYZ 34.08 19.4 4.53 -
YUV 104.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 229 53 46 0 0.77 0.80 0.10 2.3 0.78 0.54
Hex E5 35 2E 0 4D 50 A 2 4E 36
Octal 345 65 56 0 115 120 12 2 116 66
Binary 11100101 110101 101110 0 1001101 1010000 1010 10 1001110 110110

Color Harmonies of #E5352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5352E

Black with #E5352E

Text Example


Text Example

White with #E5352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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