#EF0F24

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

Shades of Torch Red #EF0F24

Tints of Torch Red #EF0F24

Color information

#EF0F24 (or 0xEF0F24) is unknown color: approx Torch Red. HEX triplet: EF, 0F and 24. RGB value is (239,15,36). Sum of RGB (Red+Green+Blue) = 239+15+36=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F24 is #10F0DB. Grayscale: #545454. Windows color (decimal): -1110236 or 2363375. OLE color: 2363375.

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

Color convert

RGB2391536-
CMYK00.940.850.06
HSL354.38º88.19%49.8%-
HSV(B)354.38º93.72%93.73%-
XYZ36.0918.823.4-
YUV84.37100.71238.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 82.41%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=82.41%
G=5.17%
B=12.41%

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
Decimal239153600.940.850.06354.3888.1949.8
HexEFF2405E5561625832
Octal35717440136125654213062
Binary1110111111111001000101111010101011101011000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F24; }

 p { color: rgb(239,15,36); }

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

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

 a { background-color: rgb(239,15,36); }

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

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

 span { border-color: rgb(239,15,36); }

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