#E1482E

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

Shades of Cinnabar #E1482E

Tints of Cinnabar #E1482E

Color information

#E1482E (or 0xE1482E) is unknown color: approx Cinnabar. HEX triplet: E1, 48 and 2E. RGB value is (225,72,46). Sum of RGB (Red+Green+Blue) = 225+72+46=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1482E is #1EB7D1. Grayscale: #737373. Windows color (decimal): -2013138 or 3033313. OLE color: 3033313.

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

Color convert

RGB2257246-
CMYK00.680.800.12
HSL8.72º74.9%53.14%-
HSV(B)8.72º79.56%88.24%-
XYZ33.8620.844.82-
YUV114.7889.19206.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.60%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 46 (18.36% from 255) = 13.41%
R=65.60%
G=20.99%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225724600.680.800.128.7274.953.14
HexE1482E04450C94b35
Octal341110560104120141111365
Binary111000011001000101110010001001010000110010011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1482E; }

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

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

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

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

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

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

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

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