#EA0D20

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

Shades of Torch Red #EA0D20

Tints of Torch Red #EA0D20

Color information

#EA0D20 (or 0xEA0D20) is unknown color: approx Torch Red. HEX triplet: EA, 0D and 20. RGB value is (234,13,32). Sum of RGB (Red+Green+Blue) = 234+13+32=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D20 is #15F2DF. Grayscale: #515151. Windows color (decimal): -1438432 or 2100714. OLE color: 2100714.

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

Color convert

RGB2341332-
CMYK00.940.860.08
HSL354.84º89.47%48.43%-
HSV(B)354.84º94.44%91.76%-
XYZ34.3417.883.01-
YUV81.24100.22236.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 83.87%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=83.87%
G=4.66%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234133200.940.860.08354.8489.4748.43
HexEAD2005E5681635930
Octal352154001361261054313160
Binary11101010110110000001011110101011010001011000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D20; }

 p { color: rgb(234,13,32); }

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

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

 a { background-color: rgb(234,13,32); }

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

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

 span { border-color: rgb(234,13,32); }

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