#EF062D

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

Shades of Torch Red #EF062D

Tints of Torch Red #EF062D

Color information

#EF062D (or 0xEF062D) is unknown color: approx Torch Red. HEX triplet: EF, 06 and 2D. RGB value is (239,6,45). Sum of RGB (Red+Green+Blue) = 239+6+45=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF062D is #10F9D2. Grayscale: #505050. Windows color (decimal): -1112531 or 2950895. OLE color: 2950895.

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

Color convert

RGB239645-
CMYK00.970.810.06
HSL349.96º95.1%48.04%-
HSV(B)349.96º97.49%93.73%-
XYZ36.1418.674.18-
YUV80.11108.19241.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 82.41%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=82.41%
G=2.07%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23964500.970.810.06349.9695.148.04
HexEF62D06151615e5f30
Octal3576550141121653613760
Binary111011111101011010110000110100011101010111101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF062D; }

 p { color: rgb(239,6,45); }

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

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

 a { background-color: rgb(239,6,45); }

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

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

 span { border-color: rgb(239,6,45); }

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