#EE123A

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

Shades of Torch Red #EE123A

Tints of Torch Red #EE123A

Color information

#EE123A (or 0xEE123A) is unknown color: approx Torch Red. HEX triplet: EE, 12 and 3A. RGB value is (238,18,58). Sum of RGB (Red+Green+Blue) = 238+18+58=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE123A is #11EDC5. Grayscale: #585858. Windows color (decimal): -1174982 or 3805934. OLE color: 3805934.

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

Color convert

RGB2381858-
CMYK00.920.760.07
HSL349.09º86.61%50.2%-
HSV(B)349.09º92.44%93.33%-
XYZ36.2418.925.74-
YUV88.34110.89234.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 75.80%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=75.80%
G=5.73%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238185800.920.760.07349.0986.6150.2
HexEE123A05C4C715d5732
Octal35622720134114753512762
Binary11101110100101110100101110010011001111010111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE123A; }

 p { color: rgb(238,18,58); }

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

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

 a { background-color: rgb(238,18,58); }

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

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

 span { border-color: rgb(238,18,58); }

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