#EF0E22

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

Shades of Torch Red #EF0E22

Tints of Torch Red #EF0E22

Color information

#EF0E22 (or 0xEF0E22) is unknown color: approx Torch Red. HEX triplet: EF, 0E and 22. RGB value is (239,14,34). Sum of RGB (Red+Green+Blue) = 239+14+34=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E22 is #10F1DD. Grayscale: #535353. Windows color (decimal): -1110494 or 2232047. OLE color: 2232047.

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

Color convert

RGB2391434-
CMYK00.940.860.06
HSL354.67º88.93%49.61%-
HSV(B)354.67º94.14%93.73%-
XYZ36.0418.783.24-
YUV83.56100.04238.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 83.28%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=83.28%
G=4.88%
B=11.85%

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
Decimal239143400.940.860.06354.6788.9349.61
HexEFE2205E5661635932
Octal35716420136126654313162
Binary1110111111101000100101111010101101101011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0E22; }

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

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

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

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

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

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

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

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