Html Css Color HEX #E2362B Cinnabar

📋 copy color: '#E2362B'

red 226 ◦ green 54 ◦ blue 43

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

Shades of Cinnabar #E2362B

Tints of Cinnabar #E2362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 69.97%
G = 16.72%
B = 13.31%

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

#E2362B (or 0xE2362B) is known color: Cinnabar. HEX triplet: E2, 36 and 2B. RGB value is (226,54,43). Sum of RGB (Red+Green+Blue) = 226+54+43=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2362B is #1DC9D4. Grayscale: #686868. Windows color (decimal): -1952213 or 2832098. OLE color: 2832098.

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

Color convert

RGB 226 54 43 -
CMYK 0 0.76 0.81 0.11
HSL 3.61º 0.76% 0.53% -
HSV(B) 3.61º 0.81% 0.89% -
XYZ 33.12 18.98 4.2 -
YUV 104.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 226 54 43 0 0.76 0.81 0.11 3.61 0.76 0.53
Hex E2 36 2B 0 4C 51 B 4 4C 35
Octal 342 66 53 0 114 121 13 4 114 65
Binary 11100010 110110 101011 0 1001100 1010001 1011 100 1001100 110101

Color Harmonies of #E2362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2362B

Black with #E2362B

Text Example


Text Example

White with #E2362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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