#EA042F

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

Shades of Torch Red #EA042F

Tints of Torch Red #EA042F

Color information

#EA042F (or 0xEA042F) is unknown color: approx Torch Red. HEX triplet: EA, 04 and 2F. RGB value is (234,4,47). Sum of RGB (Red+Green+Blue) = 234+4+47=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA042F is #15FBD0. Grayscale: #4D4D4D. Windows color (decimal): -1440721 or 3081450. OLE color: 3081450.

HSL color Cylindrical-coordinate representation of color #EA042F: hue angle of 348.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA042F is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB234447-
CMYK00.980.800.08
HSL348.78º96.64%46.67%-
HSV(B)348.78º98.29%91.76%-
XYZ34.4917.784.3-
YUV77.67110.7239.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 82.11%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=82.11%
G=1.40%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23444700.980.800.08348.7896.6446.67
HexEA42F06250815d612f
Octal35245701421201053514157
Binary1110101010010111101100010101000010001010111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA042F; }

 p { color: rgb(234,4,47); }

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

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

 a { background-color: rgb(234,4,47); }

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

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

 span { border-color: rgb(234,4,47); }

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