Html Css Color HEX #E3352A Cinnabar

📋 copy color: '#E3352A'

red 227 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #E3352A

Tints of Cinnabar #E3352A

RGB

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

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

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

R = 70.5%
G = 16.46%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3352A (or 0xE3352A) is known color: Cinnabar. HEX triplet: E3, 35 and 2A. RGB value is (227,53,42). Sum of RGB (Red+Green+Blue) = 227+53+42=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3352A is #1CCAD5. Grayscale: #676767. Windows color (decimal): -1886934 or 2766307. OLE color: 2766307.

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

Color convert

RGB 227 53 42 -
CMYK 0 0.77 0.81 0.11
HSL 3.57º 0.77% 0.53% -
HSV(B) 3.57º 0.81% 0.89% -
XYZ 33.37 19.04 4.11 -
YUV 103.77 93.15 215.89 -
System Red Green Blue C M Y K H S L
Decimal 227 53 42 0 0.77 0.81 0.11 3.57 0.77 0.53
Hex E3 35 2A 0 4D 51 B 4 4D 35
Octal 343 65 52 0 115 121 13 4 115 65
Binary 11100011 110101 101010 0 1001101 1010001 1011 100 1001101 110101

Color Harmonies of #E3352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3352A

Black with #E3352A

Text Example


Text Example

White with #E3352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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