Html Css Color HEX #E3362D Cinnabar

📋 copy color: '#E3362D'

red 227 ◦ green 54 ◦ blue 45

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

Shades of Cinnabar #E3362D

Tints of Cinnabar #E3362D

RGB

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

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

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

R = 69.63%
G = 16.56%
B = 13.8%

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

#E3362D (or 0xE3362D) is known color: Cinnabar. HEX triplet: E3, 36 and 2D. RGB value is (227,54,45). Sum of RGB (Red+Green+Blue) = 227+54+45=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E3362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3362D is #1CC9D2. Grayscale: #686868. Windows color (decimal): -1886675 or 2963171. OLE color: 2963171.

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

Color convert

RGB 227 54 45 -
CMYK 0 0.76 0.80 0.11
HSL 2.97º 0.76% 0.53% -
HSV(B) 2.97º 0.8% 0.89% -
XYZ 33.47 19.16 4.42 -
YUV 104.7 94.31 215.23 -
System Red Green Blue C M Y K H S L
Decimal 227 54 45 0 0.76 0.80 0.11 2.97 0.76 0.53
Hex E3 36 2D 0 4C 50 B 3 4C 35
Octal 343 66 55 0 114 120 13 3 114 65
Binary 11100011 110110 101101 0 1001100 1010000 1011 11 1001100 110101

Color Harmonies of #E3362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3362D

Black with #E3362D

Text Example


Text Example

White with #E3362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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