#E1302E

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

Shades of Cinnabar #E1302E

Tints of Cinnabar #E1302E

Color information

#E1302E (or 0xE1302E) is unknown color: approx Cinnabar. HEX triplet: E1, 30 and 2E. RGB value is (225,48,46). Sum of RGB (Red+Green+Blue) = 225+48+46=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1302E is #1ECFD1. Grayscale: #646464. Windows color (decimal): -2019282 or 3027169. OLE color: 3027169.

HSL color Cylindrical-coordinate representation of color #E1302E: hue angle of 0.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1302E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB2254846-
CMYK00.790.800.12
HSL0.67º74.9%53.14%-
HSV(B)0.67º79.56%88.24%-
XYZ32.618.324.4-
YUV100.797.14216.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.53%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=70.53%
G=15.05%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225484600.790.800.120.6774.953.14
HexE1302E04F50C14b35
Octal3416056011712014111365
Binary11100001110000101110010011111010000110011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1302E; }

 p { color: rgb(225,48,46); }

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

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

 a { background-color: rgb(225,48,46); }

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

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

 span { border-color: rgb(225,48,46); }

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