#EA220E

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

Shades of Scarlet #EA220E

Tints of Scarlet #EA220E

Color information

#EA220E (or 0xEA220E) is unknown color: approx Scarlet. HEX triplet: EA, 22 and 0E. RGB value is (234,34,14). Sum of RGB (Red+Green+Blue) = 234+34+14=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA220E is #15DDF1. Grayscale: #5B5B5B. Windows color (decimal): -1433074 or 926442. OLE color: 926442.

HSL color Cylindrical-coordinate representation of color #EA220E: hue angle of 5.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA220E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB2343414-
CMYK00.850.940.08
HSL5.45º88.71%48.63%-
HSV(B)5.45º94.02%91.76%-
XYZ34.5818.672.2-
YUV91.5284.26229.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 82.98%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 14 (5.86% from 255) = 4.96%
R=82.98%
G=12.06%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234341400.850.940.085.4588.7148.63
HexEA22E0555E855931
Octal3524216012513610513161
Binary11101010100010111001010101101111010001011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA220E; }

 p { color: rgb(234,34,14); }

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

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

 a { background-color: rgb(234,34,14); }

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

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

 span { border-color: rgb(234,34,14); }

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