#EA3115

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

Shades of Scarlet #EA3115

Tints of Scarlet #EA3115

Color information

#EA3115 (or 0xEA3115) is unknown color: approx Scarlet. HEX triplet: EA, 31 and 15. RGB value is (234,49,21). Sum of RGB (Red+Green+Blue) = 234+49+21=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3115 is #15CEEA. Grayscale: #656565. Windows color (decimal): -1429227 or 1389034. OLE color: 1389034.

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

Color convert

RGB2344921-
CMYK00.790.910.08
HSL7.89º83.53%50%-
HSV(B)7.89º91.03%91.76%-
XYZ35.1719.742.67-
YUV101.1282.79222.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 76.97%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=76.97%
G=16.12%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234492100.790.910.087.8983.5350
HexEA311504F5B885432
Octal35261250117133101012462
Binary1110101011000110101010011111011011100010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3115; }

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

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

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

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

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

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

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

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