Html Css Color HEX #E2362D Cinnabar

📋 copy color: '#E2362D'

red 226 ◦ green 54 ◦ blue 45

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

Shades of Cinnabar #E2362D

Tints of Cinnabar #E2362D

RGB

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

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

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

R = 69.54%
G = 16.62%
B = 13.85%

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

#E2362D (or 0xE2362D) is known color: Cinnabar. HEX triplet: E2, 36 and 2D. RGB value is (226,54,45). Sum of RGB (Red+Green+Blue) = 226+54+45=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2362D is #1DC9D2. Grayscale: #686868. Windows color (decimal): -1952211 or 2963170. OLE color: 2963170.

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

Color convert

RGB 226 54 45 -
CMYK 0 0.76 0.80 0.11
HSL 2.98º 0.76% 0.53% -
HSV(B) 2.98º 0.8% 0.89% -
XYZ 33.16 19 4.4 -
YUV 104.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 226 54 45 0 0.76 0.80 0.11 2.98 0.76 0.53
Hex E2 36 2D 0 4C 50 B 3 4C 35
Octal 342 66 55 0 114 120 13 3 114 65
Binary 11100010 110110 101101 0 1001100 1010000 1011 11 1001100 110101

Color Harmonies of #E2362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2362D

Black with #E2362D

Text Example


Text Example

White with #E2362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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