#EA4631

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

Shades of Cinnabar #EA4631

Tints of Cinnabar #EA4631

Color information

#EA4631 (or 0xEA4631) is unknown color: approx Cinnabar. HEX triplet: EA, 46 and 31. RGB value is (234,70,49). Sum of RGB (Red+Green+Blue) = 234+70+49=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4631 is #15B9CE. Grayscale: #747474. Windows color (decimal): -1423823 or 3229418. OLE color: 3229418.

HSL color Cylindrical-coordinate representation of color #EA4631: hue angle of 6.81º 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 #EA4631 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2347049-
CMYK00.700.790.08
HSL6.81º81.5%55.49%-
HSV(B)6.81º79.06%91.76%-
XYZ36.6822.095.24-
YUV116.6489.83211.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.29%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=66.29%
G=19.83%
B=13.88%

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
Decimal234704900.700.790.086.8181.555.49
HexEA46310464F875137
Octal35210661010611710712167
Binary11101010100011011000101000110100111110001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4631; }

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

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

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

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

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

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

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

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