Html Css Color HEX #E3362C Cinnabar

📋 copy color: '#E3362C'

red 227 ◦ green 54 ◦ blue 44

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

Shades of Cinnabar #E3362C

Tints of Cinnabar #E3362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 69.85%
G = 16.62%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3362C (or 0xE3362C) is known color: Cinnabar. HEX triplet: E3, 36 and 2C. RGB value is (227,54,44). Sum of RGB (Red+Green+Blue) = 227+54+44=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3362C is #1CC9D3. Grayscale: #686868. Windows color (decimal): -1886676 or 2897635. OLE color: 2897635.

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

Color convert

RGB 227 54 44 -
CMYK 0 0.76 0.81 0.11
HSL 3.28º 0.77% 0.53% -
HSV(B) 3.28º 0.81% 0.89% -
XYZ 33.45 19.15 4.32 -
YUV 104.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 227 54 44 0 0.76 0.81 0.11 3.28 0.77 0.53
Hex E3 36 2C 0 4C 51 B 3 4D 35
Octal 343 66 54 0 114 121 13 3 115 65
Binary 11100011 110110 101100 0 1001100 1010001 1011 11 1001101 110101

Color Harmonies of #E3362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3362C

Black with #E3362C

Text Example


Text Example

White with #E3362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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