#EF1838

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

Shades of Torch Red #EF1838

Tints of Torch Red #EF1838

Color information

#EF1838 (or 0xEF1838) is unknown color: approx Torch Red. HEX triplet: EF, 18 and 38. RGB value is (239,24,56). Sum of RGB (Red+Green+Blue) = 239+24+56=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1838 is #10E7C7. Grayscale: #5C5C5C. Windows color (decimal): -1107912 or 3676399. OLE color: 3676399.

HSL color Cylindrical-coordinate representation of color #EF1838: hue angle of 351.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1838 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB2392456-
CMYK00.900.770.06
HSL351.07º87.04%51.57%-
HSV(B)351.07º89.96%93.73%-
XYZ36.6419.295.53-
YUV91.93107.73232.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 74.92%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=74.92%
G=7.52%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239245600.900.770.06351.0787.0451.57
HexEF183805A4D615f5734
Octal35730700132115653712764
Binary11101111110001110000101101010011011101010111111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1838; }

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

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

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

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

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

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

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

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