#EF0223

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

Shades of Torch Red #EF0223

Tints of Torch Red #EF0223

Color information

#EF0223 (or 0xEF0223) is unknown color: approx Torch Red. HEX triplet: EF, 02 and 23. RGB value is (239,2,35). Sum of RGB (Red+Green+Blue) = 239+2+35=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0223 is #10FDDC. Grayscale: #4C4C4C. Windows color (decimal): -1113565 or 2294511. OLE color: 2294511.

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

Color convert

RGB239235-
CMYK00.990.850.06
HSL351.65º98.34%47.25%-
HSV(B)351.65º99.16%93.73%-
XYZ35.9218.523.27-
YUV76.62104.52243.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 86.59%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 35 (14.06% from 255) = 12.68%
R=86.59%
G=0.72%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923500.990.850.06351.6598.3447.25
HexEF223063556160622f
Octal3572430143125654014257
Binary11101111101000110110001110101011101011000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0223; }

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

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

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

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

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

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

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

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