Html Css Color HEX #E3362E Cinnabar

📋 copy color: '#E3362E'

red 227 ◦ green 54 ◦ blue 46

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

Shades of Cinnabar #E3362E

Tints of Cinnabar #E3362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 69.42%
G = 16.51%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3362E (or 0xE3362E) is known color: Cinnabar. HEX triplet: E3, 36 and 2E. RGB value is (227,54,46). Sum of RGB (Red+Green+Blue) = 227+54+46=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E3362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3362E is #1CC9D1. Grayscale: #696969. Windows color (decimal): -1886674 or 3028707. OLE color: 3028707.

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

Color convert

RGB 227 54 46 -
CMYK 0 0.76 0.80 0.11
HSL 2.65º 0.76% 0.54% -
HSV(B) 2.65º 0.8% 0.89% -
XYZ 33.49 19.17 4.52 -
YUV 104.82 94.81 215.15 -
System Red Green Blue C M Y K H S L
Decimal 227 54 46 0 0.76 0.80 0.11 2.65 0.76 0.54
Hex E3 36 2E 0 4C 50 B 3 4C 36
Octal 343 66 56 0 114 120 13 3 114 66
Binary 11100011 110110 101110 0 1001100 1010000 1011 11 1001100 110110

Color Harmonies of #E3362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3362E

Black with #E3362E

Text Example


Text Example

White with #E3362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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