#EE0A25

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

Shades of Torch Red #EE0A25

Tints of Torch Red #EE0A25

Color information

#EE0A25 (or 0xEE0A25) is unknown color: approx Torch Red. HEX triplet: EE, 0A and 25. RGB value is (238,10,37). Sum of RGB (Red+Green+Blue) = 238+10+37=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A25 is #11F5DA. Grayscale: #515151. Windows color (decimal): -1177051 or 2427630. OLE color: 2427630.

HSL color Cylindrical-coordinate representation of color #EE0A25: hue angle of 352.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A25 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB2381037-
CMYK00.960.840.07
HSL352.89º91.94%48.63%-
HSV(B)352.89º95.8%93.33%-
XYZ35.718.533.44-
YUV81.25103.04239.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 83.51%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=83.51%
G=3.51%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238103700.960.840.07352.8991.9448.63
HexEEA250605471615c31
Octal35612450140124754113461
Binary1110111010101001010110000010101001111011000011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0A25; }

 p { color: rgb(238,10,37); }

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

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

 a { background-color: rgb(238,10,37); }

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

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

 span { border-color: rgb(238,10,37); }

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