#EA220A

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

Shades of Scarlet #EA220A

Tints of Scarlet #EA220A

Color information

#EA220A (or 0xEA220A) is unknown color: approx Scarlet. HEX triplet: EA, 22 and 0A. RGB value is (234,34,10). Sum of RGB (Red+Green+Blue) = 234+34+10=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA220A is #15DDF5. Grayscale: #5B5B5B. Windows color (decimal): -1433078 or 664298. OLE color: 664298.

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

Color convert

RGB2343410-
CMYK00.850.960.08
HSL6.43º91.8%47.84%-
HSV(B)6.43º95.73%91.76%-
XYZ34.5618.662.07-
YUV91.0682.26229.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 84.17%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=84.17%
G=12.23%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234341000.850.960.086.4391.847.84
HexEA22A05560865c30
Octal3524212012514010613460
Binary11101010100010101001010101110000010001101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA220A; }

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

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

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

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

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

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

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

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