#EA4731

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

Shades of Cinnabar #EA4731

Tints of Cinnabar #EA4731

Color information

#EA4731 (or 0xEA4731) is unknown color: approx Cinnabar. HEX triplet: EA, 47 and 31. RGB value is (234,71,49). Sum of RGB (Red+Green+Blue) = 234+71+49=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4731 is #15B8CE. Grayscale: #757575. Windows color (decimal): -1423567 or 3229674. OLE color: 3229674.

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

Color convert

RGB2347149-
CMYK00.700.790.08
HSL7.14º81.5%55.49%-
HSV(B)7.14º79.06%91.76%-
XYZ36.7422.225.26-
YUV117.2389.5211.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.10%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 49 (19.53% from 255) = 13.84%
R=66.10%
G=20.06%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234714900.700.790.087.1481.555.49
HexEA47310464F875137
Octal35210761010611710712167
Binary11101010100011111000101000110100111110001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4731; }

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

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

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

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

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

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

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

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