#EA1309

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

Shades of Scarlet #EA1309

Tints of Scarlet #EA1309

Color information

#EA1309 (or 0xEA1309) is unknown color: approx Scarlet. HEX triplet: EA, 13 and 09. RGB value is (234,19,9). Sum of RGB (Red+Green+Blue) = 234+19+9=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1309 is #15ECF6. Grayscale: #525252. Windows color (decimal): -1436919 or 594922. OLE color: 594922.

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

Color convert

RGB234199-
CMYK00.920.960.08
HSL2.67º92.59%47.65%-
HSV(B)2.67º96.15%91.76%-
XYZ34.2117.981.93-
YUV82.1486.73236.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 89.31%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=89.31%
G=7.25%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419900.920.960.082.6792.5947.65
HexEA13905C60835d30
Octal3522311013414010313560
Binary111010101001110010101110011000001000111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1309; }

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

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

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

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

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

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

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

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