#EA1513

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

Shades of Scarlet #EA1513

Tints of Scarlet #EA1513

Color information

#EA1513 (or 0xEA1513) is unknown color: approx Scarlet. HEX triplet: EA, 15 and 13. RGB value is (234,21,19). Sum of RGB (Red+Green+Blue) = 234+21+19=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1513 is #15EAEC. Grayscale: #545454. Windows color (decimal): -1436397 or 1250794. OLE color: 1250794.

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

Color convert

RGB2342119-
CMYK00.910.920.08
HSL0.56º84.98%49.61%-
HSV(B)0.56º91.88%91.76%-
XYZ34.3218.082.3-
YUV84.4691.07234.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 85.40%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=85.40%
G=7.66%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234211900.910.920.080.5684.9849.61
HexEA151305B5C815532
Octal3522523013313410112562
Binary111010101010110011010110111011100100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1513; }

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

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

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

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

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

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

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

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