#EA2417

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

Shades of Scarlet #EA2417

Tints of Scarlet #EA2417

Color information

#EA2417 (or 0xEA2417) is unknown color: approx Scarlet. HEX triplet: EA, 24 and 17. RGB value is (234,36,23). Sum of RGB (Red+Green+Blue) = 234+36+23=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2417 is #15DBE8. Grayscale: #5D5D5D. Windows color (decimal): -1432553 or 1516778. OLE color: 1516778.

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

Color convert

RGB2343623-
CMYK00.850.900.08
HSL3.7º83.4%50.39%-
HSV(B)3.7º90.17%91.76%-
XYZ34.7218.822.61-
YUV93.7288.1228.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 79.86%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=79.86%
G=12.29%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234362300.850.900.083.783.450.39
HexEA24170555A845332
Octal3524427012513210412362
Binary111010101001001011101010101101101010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2417; }

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

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

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

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

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

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

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

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