#EA0924

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

Shades of Torch Red #EA0924

Tints of Torch Red #EA0924

Color information

#EA0924 (or 0xEA0924) is unknown color: approx Torch Red. HEX triplet: EA, 09 and 24. RGB value is (234,9,36). Sum of RGB (Red+Green+Blue) = 234+9+36=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0924 is #15F6DB. Grayscale: #4F4F4F. Windows color (decimal): -1439452 or 2361834. OLE color: 2361834.

HSL color Cylindrical-coordinate representation of color #EA0924: hue angle of 352.8º degrees, saturation: 0.93, 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 #EA0924 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB234936-
CMYK00.960.850.08
HSL352.8º92.59%47.65%-
HSV(B)352.8º96.15%91.76%-
XYZ34.3517.823.3-
YUV79.35103.54238.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 83.87%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=83.87%
G=3.23%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23493600.960.850.08352.892.5947.65
HexEA9240605581615d30
Octal352114401401251054113560
Binary11101010100110010001100000101010110001011000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0924; }

 p { color: rgb(234,9,36); }

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

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

 a { background-color: rgb(234,9,36); }

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

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

 span { border-color: rgb(234,9,36); }

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