#E2542F

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

Shades of Cinnabar #E2542F

Tints of Cinnabar #E2542F

Color information

#E2542F (or 0xE2542F) is unknown color: approx Cinnabar. HEX triplet: E2, 54 and 2F. RGB value is (226,84,47). Sum of RGB (Red+Green+Blue) = 226+84+47=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2542F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2542F is #1DABD0. Grayscale: #7A7A7A. Windows color (decimal): -1944529 or 3101922. OLE color: 3101922.

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

Color convert

RGB2268447-
CMYK00.630.790.11
HSL12.4º75.53%53.53%-
HSV(B)12.4º79.2%88.63%-
XYZ35.0522.715.23-
YUV122.2485.54202.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.31%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=63.31%
G=23.53%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226844700.630.790.1112.475.5353.53
HexE2542F03F4FBc4c36
Octal34212457077117131411466
Binary11100010101010010111101111111001111101111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2542F; }

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

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

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

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

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

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

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

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