Html Css Color HEX #E2372B Cinnabar

📋 copy color: '#E2372B'

red 226 ◦ green 55 ◦ blue 43

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

Shades of Cinnabar #E2372B

Tints of Cinnabar #E2372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

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

R = 69.75%
G = 16.98%
B = 13.27%

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

#E2372B (or 0xE2372B) is known color: Cinnabar. HEX triplet: E2, 37 and 2B. RGB value is (226,55,43). Sum of RGB (Red+Green+Blue) = 226+55+43=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2372B is #1DC8D4. Grayscale: #686868. Windows color (decimal): -1951957 or 2832354. OLE color: 2832354.

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

Color convert

RGB 226 55 43 -
CMYK 0 0.76 0.81 0.11
HSL 3.93º 0.76% 0.53% -
HSV(B) 3.93º 0.81% 0.89% -
XYZ 33.17 19.08 4.22 -
YUV 104.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 226 55 43 0 0.76 0.81 0.11 3.93 0.76 0.53
Hex E2 37 2B 0 4C 51 B 4 4C 35
Octal 342 67 53 0 114 121 13 4 114 65
Binary 11100010 110111 101011 0 1001100 1010001 1011 100 1001100 110101

Color Harmonies of #E2372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2372B

Black with #E2372B

Text Example


Text Example

White with #E2372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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