#EA2A17

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

Shades of Scarlet #EA2A17

Tints of Scarlet #EA2A17

Color information

#EA2A17 (or 0xEA2A17) is unknown color: approx Scarlet. HEX triplet: EA, 2A and 17. RGB value is (234,42,23). Sum of RGB (Red+Green+Blue) = 234+42+23=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2A17 is #15D5E8. Grayscale: #616161. Windows color (decimal): -1431017 or 1518314. OLE color: 1518314.

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

Color convert

RGB2344223-
CMYK00.820.900.08
HSL5.4º83.4%50.39%-
HSV(B)5.4º90.17%91.76%-
XYZ34.9119.212.68-
YUV97.2486.11225.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 78.26%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 23 (9.38% from 255) = 7.69%
R=78.26%
G=14.05%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234422300.820.900.085.483.450.39
HexEA2A170525A855332
Octal3525227012213210512362
Binary111010101010101011101010010101101010001011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2A17; }

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

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

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

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

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

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

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

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