#E23F2B

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

Shades of Cinnabar #E23F2B

Tints of Cinnabar #E23F2B

Color information

#E23F2B (or 0xE23F2B) is unknown color: approx Cinnabar. HEX triplet: E2, 3F and 2B. RGB value is (226,63,43). Sum of RGB (Red+Green+Blue) = 226+63+43=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23F2B is #1DC0D4. Grayscale: #6D6D6D. Windows color (decimal): -1949909 or 2834402. OLE color: 2834402.

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

Color convert

RGB2266343-
CMYK00.720.810.11
HSL6.56º75.93%52.75%-
HSV(B)6.56º80.97%88.63%-
XYZ33.5819.94.36-
YUV109.4690.5211.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 68.07%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=68.07%
G=18.98%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226634300.720.810.116.5675.9352.75
HexE23F2B04851B74c35
Octal3427753011012113711465
Binary1110001011111110101101001000101000110111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23F2B; }

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

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

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

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

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

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

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

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