#EF102A

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

Shades of Torch Red #EF102A

Tints of Torch Red #EF102A

Color information

#EF102A (or 0xEF102A) is unknown color: approx Torch Red. HEX triplet: EF, 10 and 2A. RGB value is (239,16,42). Sum of RGB (Red+Green+Blue) = 239+16+42=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF102A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF102A is #10EFD5. Grayscale: #555555. Windows color (decimal): -1109974 or 2756847. OLE color: 2756847.

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

Color convert

RGB2391642-
CMYK00.930.820.06
HSL353º87.45%50%-
HSV(B)353º93.31%93.73%-
XYZ36.218.893.93-
YUV85.64103.38237.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 80.47%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=80.47%
G=5.39%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239164200.930.820.0635387.4550
HexEF102A05D5261615732
Octal35720520135122654112762
Binary11101111100001010100101110110100101101011000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF102A; }

 p { color: rgb(239,16,42); }

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

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

 a { background-color: rgb(239,16,42); }

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

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

 span { border-color: rgb(239,16,42); }

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