Html Css Color HEX #E2342B Cinnabar

📋 copy color: '#E2342B'

red 226 ◦ green 52 ◦ blue 43

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

Shades of Cinnabar #E2342B

Tints of Cinnabar #E2342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 70.4%
G = 16.2%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2342B (or 0xE2342B) is known color: Cinnabar. HEX triplet: E2, 34 and 2B. RGB value is (226,52,43). Sum of RGB (Red+Green+Blue) = 226+52+43=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2342B is #1DCBD4. Grayscale: #676767. Windows color (decimal): -1952725 or 2831586. OLE color: 2831586.

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

Color convert

RGB 226 52 43 -
CMYK 0 0.77 0.81 0.11
HSL 2.95º 0.76% 0.53% -
HSV(B) 2.95º 0.81% 0.89% -
XYZ 33.03 18.8 4.17 -
YUV 103 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 226 52 43 0 0.77 0.81 0.11 2.95 0.76 0.53
Hex E2 34 2B 0 4D 51 B 3 4C 35
Octal 342 64 53 0 115 121 13 3 114 65
Binary 11100010 110100 101011 0 1001101 1010001 1011 11 1001100 110101

Color Harmonies of #E2342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2342B

Black with #E2342B

Text Example


Text Example

White with #E2342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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