#EA2617

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

Shades of Scarlet #EA2617

Tints of Scarlet #EA2617

Color information

#EA2617 (or 0xEA2617) is unknown color: approx Scarlet. HEX triplet: EA, 26 and 17. RGB value is (234,38,23). Sum of RGB (Red+Green+Blue) = 234+38+23=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2617 is #15D9E8. Grayscale: #5F5F5F. Windows color (decimal): -1432041 or 1517290. OLE color: 1517290.

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

Color convert

RGB2343823-
CMYK00.840.900.08
HSL4.27º83.4%50.39%-
HSV(B)4.27º90.17%91.76%-
XYZ34.7818.942.63-
YUV94.8987.43227.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 79.32%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=79.32%
G=12.88%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234382300.840.900.084.2783.450.39
HexEA26170545A845332
Octal3524627012413210412362
Binary111010101001101011101010100101101010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2617; }

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

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

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

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

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

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

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

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