#E2382B

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

Shades of Cinnabar #E2382B

Tints of Cinnabar #E2382B

Color information

#E2382B (or 0xE2382B) is unknown color: approx Cinnabar. HEX triplet: E2, 38 and 2B. RGB value is (226,56,43). Sum of RGB (Red+Green+Blue) = 226+56+43=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2382B is #1DC7D4. Grayscale: #696969. Windows color (decimal): -1951701 or 2832610. OLE color: 2832610.

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

Color convert

RGB2265643-
CMYK00.750.810.11
HSL4.26º75.93%52.75%-
HSV(B)4.26º80.97%88.63%-
XYZ33.2119.174.24-
YUV105.3592.82214.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.54%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=69.54%
G=17.23%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226564300.750.810.114.2675.9352.75
HexE2382B04B51B44c35
Octal3427053011312113411465
Binary1110001011100010101101001011101000110111001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2382B; }

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

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

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

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

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

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

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

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