#EE123E

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

Shades of Torch Red #EE123E

Tints of Torch Red #EE123E

Color information

#EE123E (or 0xEE123E) is unknown color: approx Torch Red. HEX triplet: EE, 12 and 3E. RGB value is (238,18,62). Sum of RGB (Red+Green+Blue) = 238+18+62=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE123E is #11EDC1. Grayscale: #585858. Windows color (decimal): -1174978 or 4068078. OLE color: 4068078.

HSL color Cylindrical-coordinate representation of color #EE123E: hue angle of 348º 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 #EE123E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB2381862-
CMYK00.920.740.07
HSL348º86.61%50.2%-
HSV(B)348º92.44%93.33%-
XYZ36.3518.966.3-
YUV88.8112.89234.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.84%
GREEN value IS 18 (7.42% from 255) = 5.66%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=74.84%
G=5.66%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238186200.920.740.0734886.6150.2
HexEE123E05C4A715c5732
Octal35622760134112753412762
Binary11101110100101111100101110010010101111010111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE123E; }

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

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

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

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

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

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

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

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