#E1482A

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

Shades of Cinnabar #E1482A

Tints of Cinnabar #E1482A

Color information

#E1482A (or 0xE1482A) is unknown color: approx Cinnabar. HEX triplet: E1, 48 and 2A. RGB value is (225,72,42). Sum of RGB (Red+Green+Blue) = 225+72+42=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1482A is #1EB7D5. Grayscale: #727272. Windows color (decimal): -2013142 or 2771169. OLE color: 2771169.

HSL color Cylindrical-coordinate representation of color #E1482A: hue angle of 9.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1482A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB2257242-
CMYK00.680.810.12
HSL9.84º75.31%52.35%-
HSV(B)9.84º81.33%88.24%-
XYZ33.7920.814.43-
YUV114.3387.19206.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.37%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=66.37%
G=21.24%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225724200.680.810.129.8475.3152.35
HexE1482A04451Ca4b34
Octal341110520104121141211364
Binary111000011001000101010010001001010001110010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1482A; }

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

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

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

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

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

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

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

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