#E2302B

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

Shades of Cinnabar #E2302B

Tints of Cinnabar #E2302B

Color information

#E2302B (or 0xE2302B) is unknown color: approx Cinnabar. HEX triplet: E2, 30 and 2B. RGB value is (226,48,43). Sum of RGB (Red+Green+Blue) = 226+48+43=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E2302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2302B is #1DCFD4. Grayscale: #646464. Windows color (decimal): -1953749 or 2830562. OLE color: 2830562.

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

Color convert

RGB2264843-
CMYK00.790.810.11
HSL1.64º75.93%52.75%-
HSV(B)1.64º80.97%88.63%-
XYZ32.8618.464.12-
YUV100.6595.47217.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.29%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=71.29%
G=15.14%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226484300.790.810.111.6475.9352.75
HexE2302B04F51B24c35
Octal3426053011712113211465
Binary111000101100001010110100111110100011011101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2302B; }

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

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

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

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

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

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

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

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