#EF0E21

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

Shades of Torch Red #EF0E21

Tints of Torch Red #EF0E21

Color information

#EF0E21 (or 0xEF0E21) is unknown color: approx Torch Red. HEX triplet: EF, 0E and 21. RGB value is (239,14,33). Sum of RGB (Red+Green+Blue) = 239+14+33=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E21 is #10F1DE. Grayscale: #535353. Windows color (decimal): -1110495 or 2166511. OLE color: 2166511.

HSL color Cylindrical-coordinate representation of color #EF0E21: hue angle of 354.93º 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 #EF0E21 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB2391433-
CMYK00.940.860.06
HSL354.93º88.93%49.61%-
HSV(B)354.93º94.14%93.73%-
XYZ36.0318.773.16-
YUV83.4499.54238.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 83.57%
GREEN value IS 14 (5.86% from 255) = 4.90%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=83.57%
G=4.90%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239143300.940.860.06354.9388.9349.61
HexEFE2105E5661635932
Octal35716410136126654313162
Binary1110111111101000010101111010101101101011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0E21; }

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

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

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

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

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

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

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

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