Html Css Color HEX #E2362E Cinnabar

📋 copy color: '#E2362E'

red 226 ◦ green 54 ◦ blue 46

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

Shades of Cinnabar #E2362E

Tints of Cinnabar #E2362E

RGB

 RED value IS 226 (88.67% from 255) = 69.33%

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

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

R = 69.33%
G = 16.56%
B = 14.11%

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

#E2362E (or 0xE2362E) is known color: Cinnabar. HEX triplet: E2, 36 and 2E. RGB value is (226,54,46). Sum of RGB (Red+Green+Blue) = 226+54+46=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E2362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2362E is #1DC9D1. Grayscale: #686868. Windows color (decimal): -1952210 or 3028706. OLE color: 3028706.

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

Color convert

RGB 226 54 46 -
CMYK 0 0.76 0.80 0.11
HSL 2.67º 0.76% 0.53% -
HSV(B) 2.67º 0.8% 0.89% -
XYZ 33.18 19 4.5 -
YUV 104.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 226 54 46 0 0.76 0.80 0.11 2.67 0.76 0.53
Hex E2 36 2E 0 4C 50 B 3 4C 35
Octal 342 66 56 0 114 120 13 3 114 65
Binary 11100010 110110 101110 0 1001100 1010000 1011 11 1001100 110101

Color Harmonies of #E2362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2362E

Black with #E2362E

Text Example


Text Example

White with #E2362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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