Html Css Color HEX #E3352E Cinnabar

📋 copy color: '#E3352E'

red 227 ◦ green 53 ◦ blue 46

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

Shades of Cinnabar #E3352E

Tints of Cinnabar #E3352E

RGB

 RED value IS 227 (89.06% from 255) = 69.63%

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

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

R = 69.63%
G = 16.26%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3352E (or 0xE3352E) is known color: Cinnabar. HEX triplet: E3, 35 and 2E. RGB value is (227,53,46). Sum of RGB (Red+Green+Blue) = 227+53+46=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E3352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3352E is #1CCAD1. Grayscale: #686868. Windows color (decimal): -1886930 or 3028451. OLE color: 3028451.

HSL color Cylindrical-coordinate representation of color #E3352E: hue angle of 2.32º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3352E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 53 46 -
CMYK 0 0.77 0.80 0.11
HSL 2.32º 0.76% 0.54% -
HSV(B) 2.32º 0.8% 0.89% -
XYZ 33.44 19.07 4.5 -
YUV 104.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 227 53 46 0 0.77 0.80 0.11 2.32 0.76 0.54
Hex E3 35 2E 0 4D 50 B 2 4C 36
Octal 343 65 56 0 115 120 13 2 114 66
Binary 11100011 110101 101110 0 1001101 1010000 1011 10 1001100 110110

Color Harmonies of #E3352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3352E

Black with #E3352E

Text Example


Text Example

White with #E3352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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