Html Css Color HEX #E3342C Cinnabar

📋 copy color: '#E3342C'

red 227 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #E3342C

Tints of Cinnabar #E3342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 70.28%
G = 16.1%
B = 13.62%

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

#E3342C (or 0xE3342C) is known color: Cinnabar. HEX triplet: E3, 34 and 2C. RGB value is (227,52,44). Sum of RGB (Red+Green+Blue) = 227+52+44=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3342C is #1CCBD3. Grayscale: #676767. Windows color (decimal): -1887188 or 2897123. OLE color: 2897123.

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

Color convert

RGB 227 52 44 -
CMYK 0 0.77 0.81 0.11
HSL 2.62º 0.77% 0.53% -
HSV(B) 2.62º 0.81% 0.89% -
XYZ 33.36 18.97 4.29 -
YUV 103.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 227 52 44 0 0.77 0.81 0.11 2.62 0.77 0.53
Hex E3 34 2C 0 4D 51 B 3 4D 35
Octal 343 64 54 0 115 121 13 3 115 65
Binary 11100011 110100 101100 0 1001101 1010001 1011 11 1001101 110101

Color Harmonies of #E3342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3342C

Black with #E3342C

Text Example


Text Example

White with #E3342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3342C; }

 p { color: rgb(227,52,44); }

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

background-color css

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

 a { background-color: rgb(227,52,44); }

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

border-color css

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

 span { border-color: rgb(227,52,44); }

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