Html Css Color HEX #E3392A Cinnabar

📋 copy color: '#E3392A'

red 227 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #E3392A

Tints of Cinnabar #E3392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 69.63%
G = 17.48%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3392A (or 0xE3392A) is known color: Cinnabar. HEX triplet: E3, 39 and 2A. RGB value is (227,57,42). Sum of RGB (Red+Green+Blue) = 227+57+42=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E3392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3392A is #1CC6D5. Grayscale: #6A6A6A. Windows color (decimal): -1885910 or 2767331. OLE color: 2767331.

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

Color convert

RGB 227 57 42 -
CMYK 0 0.75 0.81 0.11
HSL 4.86º 0.77% 0.53% -
HSV(B) 4.86º 0.81% 0.89% -
XYZ 33.56 19.42 4.17 -
YUV 106.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 227 57 42 0 0.75 0.81 0.11 4.86 0.77 0.53
Hex E3 39 2A 0 4B 51 B 5 4D 35
Octal 343 71 52 0 113 121 13 5 115 65
Binary 11100011 111001 101010 0 1001011 1010001 1011 101 1001101 110101

Color Harmonies of #E3392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3392A

Black with #E3392A

Text Example


Text Example

White with #E3392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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