#EF0E23

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

Shades of Torch Red #EF0E23

Tints of Torch Red #EF0E23

Color information

#EF0E23 (or 0xEF0E23) is unknown color: approx Torch Red. HEX triplet: EF, 0E and 23. RGB value is (239,14,35). Sum of RGB (Red+Green+Blue) = 239+14+35=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E23 is #10F1DC. Grayscale: #535353. Windows color (decimal): -1110493 or 2297583. OLE color: 2297583.

HSL color Cylindrical-coordinate representation of color #EF0E23: hue angle of 354.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E23 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB2391435-
CMYK00.940.850.06
HSL354.4º88.93%49.61%-
HSV(B)354.4º94.14%93.73%-
XYZ36.0618.793.32-
YUV83.67100.54238.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 82.99%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 35 (14.06% from 255) = 12.15%
R=82.99%
G=4.86%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239143500.940.850.06354.488.9349.61
HexEFE2305E5561625932
Octal35716430136125654213162
Binary1110111111101000110101111010101011101011000101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0E23; }

 p { color: rgb(239,14,35); }

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

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

 a { background-color: rgb(239,14,35); }

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

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

 span { border-color: rgb(239,14,35); }

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