#e1433e

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

Shades of Cinnabar #E1433E

Tints of Cinnabar #E1433E

Color information

#E1433E (or 0xE1433E) is unknown color: approx Cinnabar. HEX triplet: E1, 43 and 3E. RGB value is (225,67,62). Sum of RGB (Red+Green+Blue) = 225+67+62=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1433E is #1EBCC1. Grayscale: #717171. Windows color (decimal): -2014402 or 4080609. OLE color: 4080609.

HSL color Cylindrical-coordinate representation of color #E1433E: hue angle of 1.84º 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 #E1433E is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2256762-
CMYK00.700.720.12
HSL1.84º73.09%56.27%-
HSV(B)1.84º72.44%88.24%-
XYZ33.9320.376.7-
YUV113.6798.85207.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.56%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=63.56%
G=18.93%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225676200.700.720.121.8473.0956.27
HexE1433E04648C24938
Octal34110376010611014211170
Binary1110000110000111111100100011010010001100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1433e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1433e; }

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

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

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

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

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

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

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

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