#EA1409

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

Shades of Scarlet #EA1409

Tints of Scarlet #EA1409

Color information

#EA1409 (or 0xEA1409) is unknown color: approx Scarlet. HEX triplet: EA, 14 and 09. RGB value is (234,20,9). Sum of RGB (Red+Green+Blue) = 234+20+9=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1409 is #15EBF6. Grayscale: #525252. Windows color (decimal): -1436663 or 595178. OLE color: 595178.

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

Color convert

RGB234209-
CMYK00.910.960.08
HSL2.93º92.59%47.65%-
HSV(B)2.93º96.15%91.76%-
XYZ34.2318.011.93-
YUV82.7386.4235.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 88.97%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=88.97%
G=7.60%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420900.910.960.082.9392.5947.65
HexEA14905B60835d30
Octal3522411013314010313560
Binary111010101010010010101101111000001000111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1409; }

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

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

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

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

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

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

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

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