#E25140

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

Shades of Cinnabar #E25140

Tints of Cinnabar #E25140

Color information

#E25140 (or 0xE25140) is unknown color: approx Cinnabar. HEX triplet: E2, 51 and 40. RGB value is (226,81,64). Sum of RGB (Red+Green+Blue) = 226+81+64=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E25140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25140 is #1DAEBF. Grayscale: #7A7A7A. Windows color (decimal): -1945280 or 4215266. OLE color: 4215266.

HSL color Cylindrical-coordinate representation of color #E25140: hue angle of 6.3º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E25140 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2268164-
CMYK00.640.720.11
HSL6.3º73.64%56.86%-
HSV(B)6.3º71.68%88.63%-
XYZ35.2322.427.32-
YUV122.4295.04201.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.92%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=60.92%
G=21.83%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226816400.640.720.116.373.6456.86
HexE2514004048B64a39
Octal342121100010011013611271
Binary111000101010001100000001000000100100010111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25140; }

 p { color: rgb(226,81,64); }

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

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

 a { background-color: rgb(226,81,64); }

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

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

 span { border-color: rgb(226,81,64); }

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