#EF0218

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

Shades of Torch Red #EF0218

Tints of Torch Red #EF0218

Color information

#EF0218 (or 0xEF0218) is unknown color: approx Torch Red. HEX triplet: EF, 02 and 18. RGB value is (239,2,24). Sum of RGB (Red+Green+Blue) = 239+2+24=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0218 is #10FDE7. Grayscale: #4B4B4B. Windows color (decimal): -1113576 or 1573615. OLE color: 1573615.

HSL color Cylindrical-coordinate representation of color #EF0218: hue angle of 354.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0218 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB239224-
CMYK00.990.900.06
HSL354.43º98.34%47.25%-
HSV(B)354.43º99.16%93.73%-
XYZ35.7818.462.54-
YUV75.3799.02244.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 90.19%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=90.19%
G=0.75%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922400.990.900.06354.4398.3447.25
HexEF2180635A6162622f
Octal3572300143132654214257
Binary1110111110110000110001110110101101011000101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0218; }

 p { color: rgb(239,2,24); }

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

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

 a { background-color: rgb(239,2,24); }

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

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

 span { border-color: rgb(239,2,24); }

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