#EA2B17

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

Shades of Scarlet #EA2B17

Tints of Scarlet #EA2B17

Color information

#EA2B17 (or 0xEA2B17) is unknown color: approx Scarlet. HEX triplet: EA, 2B and 17. RGB value is (234,43,23). Sum of RGB (Red+Green+Blue) = 234+43+23=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B17 is #15D4E8. Grayscale: #626262. Windows color (decimal): -1430761 or 1518570. OLE color: 1518570.

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

Color convert

RGB2344323-
CMYK00.820.900.08
HSL5.69º83.4%50.39%-
HSV(B)5.69º90.17%91.76%-
XYZ34.9519.282.69-
YUV97.8385.78225.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 78%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 23 (9.38% from 255) = 7.67%
R=78%
G=14.33%
B=7.67%

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
Decimal234432300.820.900.085.6983.450.39
HexEA2B170525A865332
Octal3525327012213210612362
Binary111010101010111011101010010101101010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2B17; }

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

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

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

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

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

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

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

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