#EA2C17

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

Shades of Scarlet #EA2C17

Tints of Scarlet #EA2C17

Color information

#EA2C17 (or 0xEA2C17) is unknown color: approx Scarlet. HEX triplet: EA, 2C and 17. RGB value is (234,44,23). Sum of RGB (Red+Green+Blue) = 234+44+23=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2C17 is #15D3E8. Grayscale: #626262. Windows color (decimal): -1430505 or 1518826. OLE color: 1518826.

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

Color convert

RGB2344423-
CMYK00.810.900.08
HSL5.97º83.4%50.39%-
HSV(B)5.97º90.17%91.76%-
XYZ34.9919.362.7-
YUV98.4285.45224.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.74%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 23 (9.38% from 255) = 7.64%
R=77.74%
G=14.62%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234442300.810.900.085.9783.450.39
HexEA2C170515A865332
Octal3525427012113210612362
Binary111010101011001011101010001101101010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2C17; }

 p { color: rgb(234,44,23); }

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

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

 a { background-color: rgb(234,44,23); }

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

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

 span { border-color: rgb(234,44,23); }

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