Html Css Color HEX #E3352D Cinnabar

📋 copy color: '#E3352D'

red 227 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #E3352D

Tints of Cinnabar #E3352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 69.85%
G = 16.31%
B = 13.85%

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

#E3352D (or 0xE3352D) is known color: Cinnabar. HEX triplet: E3, 35 and 2D. RGB value is (227,53,45). Sum of RGB (Red+Green+Blue) = 227+53+45=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3352D is #1CCAD2. Grayscale: #686868. Windows color (decimal): -1886931 or 2962915. OLE color: 2962915.

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

Color convert

RGB 227 53 45 -
CMYK 0 0.77 0.80 0.11
HSL 2.64º 0.76% 0.53% -
HSV(B) 2.64º 0.8% 0.89% -
XYZ 33.43 19.07 4.4 -
YUV 104.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 227 53 45 0 0.77 0.80 0.11 2.64 0.76 0.53
Hex E3 35 2D 0 4D 50 B 3 4C 35
Octal 343 65 55 0 115 120 13 3 114 65
Binary 11100011 110101 101101 0 1001101 1010000 1011 11 1001100 110101

Color Harmonies of #E3352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3352D

Black with #E3352D

Text Example


Text Example

White with #E3352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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