#EA472A

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

Shades of Cinnabar #EA472A

Tints of Cinnabar #EA472A

Color information

#EA472A (or 0xEA472A) is unknown color: approx Cinnabar. HEX triplet: EA, 47 and 2A. RGB value is (234,71,42). Sum of RGB (Red+Green+Blue) = 234+71+42=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA472A is #15B8D5. Grayscale: #747474. Windows color (decimal): -1423574 or 2770922. OLE color: 2770922.

HSL color Cylindrical-coordinate representation of color #EA472A: hue angle of 9.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA472A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB2347142-
CMYK00.700.820.08
HSL9.06º82.05%54.12%-
HSV(B)9.06º82.05%91.76%-
XYZ36.622.174.54-
YUV116.4386211.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 67.44%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=67.44%
G=20.46%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234714200.700.820.089.0682.0554.12
HexEA472A04652895236
Octal352107520106122101112266
Binary111010101000111101010010001101010010100010011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA472A; }

 p { color: rgb(234,71,42); }

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

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

 a { background-color: rgb(234,71,42); }

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

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

 span { border-color: rgb(234,71,42); }

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