#EA291A

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

Shades of Scarlet #EA291A

Tints of Scarlet #EA291A

Color information

#EA291A (or 0xEA291A) is unknown color: approx Scarlet. HEX triplet: EA, 29 and 1A. RGB value is (234,41,26). Sum of RGB (Red+Green+Blue) = 234+41+26=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA291A is #15D6E5. Grayscale: #616161. Windows color (decimal): -1431270 or 1714666. OLE color: 1714666.

HSL color Cylindrical-coordinate representation of color #EA291A: hue angle of 4.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA291A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB2344126-
CMYK00.820.890.08
HSL4.33º83.2%50.98%-
HSV(B)4.33º88.89%91.76%-
XYZ34.9119.152.83-
YUV9787.94225.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.74%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=77.74%
G=13.62%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234412600.820.890.084.3383.250.98
HexEA291A05259845333
Octal3525132012213110412363
Binary111010101010011101001010010101100110001001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA291A; }

 p { color: rgb(234,41,26); }

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

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

 a { background-color: rgb(234,41,26); }

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

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

 span { border-color: rgb(234,41,26); }

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