#E23E2F

Color #E23E2F Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E23E2F

Tints of Cinnabar #E23E2F

Color information

#E23E2F (or 0xE23E2F) is unknown color: approx Cinnabar. HEX triplet: E2, 3E and 2F. RGB value is (226,62,47). Sum of RGB (Red+Green+Blue) = 226+62+47=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E23E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23E2F is #1DC1D0. Grayscale: #6D6D6D. Windows color (decimal): -1950161 or 3096290. OLE color: 3096290.

HSL color Cylindrical-coordinate representation of color #E23E2F: hue angle of 5.03º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E23E2F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2266247-
CMYK00.730.790.11
HSL5.03º75.53%53.53%-
HSV(B)5.03º79.2%88.63%-
XYZ33.619.824.74-
YUV109.3392.83211.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.46%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=67.46%
G=18.51%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226624700.730.790.115.0375.5353.53
HexE23E2F0494FB54c36
Octal3427657011111713511466
Binary1110001011111010111101001001100111110111011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23E2F; }

 p { color: rgb(226,62,47); }

 H1.HeaderClassName
 {
   color: #E23E2F;
 }
 .AnyTagClassName
 {
   color: #E23E2F;
 }
</style>
background-color css

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

 a { background-color: rgb(226,62,47); }

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

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

 span { border-color: rgb(226,62,47); }

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