#EF052B

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

Shades of Torch Red #EF052B

Tints of Torch Red #EF052B

Color information

#EF052B (or 0xEF052B) is unknown color: approx Torch Red. HEX triplet: EF, 05 and 2B. RGB value is (239,5,43). Sum of RGB (Red+Green+Blue) = 239+5+43=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF052B is #10FAD4. Grayscale: #4F4F4F. Windows color (decimal): -1112789 or 2819567. OLE color: 2819567.

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

Color convert

RGB239543-
CMYK00.980.820.06
HSL350.26º95.9%47.84%-
HSV(B)350.26º97.91%93.73%-
XYZ36.0918.633.98-
YUV79.3107.52241.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 83.28%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 43 (17.19% from 255) = 14.98%
R=83.28%
G=1.74%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23954300.980.820.06350.2695.947.84
HexEF52B06252615e6030
Octal3575530142122653614060
Binary111011111011010110110001010100101101010111101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF052B; }

 p { color: rgb(239,5,43); }

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

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

 a { background-color: rgb(239,5,43); }

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

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

 span { border-color: rgb(239,5,43); }

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