#E1423E

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

Shades of Cinnabar #E1423E

Tints of Cinnabar #E1423E

Color information

#E1423E (or 0xE1423E) is unknown color: approx Cinnabar. HEX triplet: E1, 42 and 3E. RGB value is (225,66,62). Sum of RGB (Red+Green+Blue) = 225+66+62=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1423E is #1EBDC1. Grayscale: #717171. Windows color (decimal): -2014658 or 4080353. OLE color: 4080353.

HSL color Cylindrical-coordinate representation of color #E1423E: hue angle of 1.47º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1423E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2256662-
CMYK00.710.720.12
HSL1.47º73.09%56.27%-
HSV(B)1.47º72.44%88.24%-
XYZ33.8720.256.68-
YUV113.0899.18207.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.74%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=63.74%
G=18.70%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225666200.710.720.121.4773.0956.27
HexE1423E04748C14938
Octal34110276010711014111170
Binary111000011000010111110010001111001000110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1423E; }

 p { color: rgb(225,66,62); }

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

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

 a { background-color: rgb(225,66,62); }

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

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

 span { border-color: rgb(225,66,62); }

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