Html Css Color HEX #EF123E Torch Red

📋 copy color: '#EF123E'

red 239 ◦ green 18 ◦ blue 62

#EF123E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EF123E

Tints of Torch Red #EF123E

RGB

 RED value IS 239 (93.75% from 255) = 74.92%

 GREEN value IS 18 (7.42% from 255) = 5.64%

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 74.92%
G = 5.64%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF123E (or 0xEF123E) is known color: Torch Red. HEX triplet: EF, 12 and 3E. RGB value is (239,18,62). Sum of RGB (Red+Green+Blue) = 239+18+62=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF123E is #10EDC1. Grayscale: #595959. Windows color (decimal): -1109442 or 4068079. OLE color: 4068079.

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

Color convert

RGB 239 18 62 -
CMYK 0 0.92 0.74 0.06
HSL 348.05º 0.87% 0.5% -
HSV(B) 348.05º 0.92% 0.94% -
XYZ 36.68 19.13 6.32 -
YUV 89.1 112.72 234.92 -
System Red Green Blue C M Y K H S L
Decimal 239 18 62 0 0.92 0.74 0.06 348.05 0.87 0.5
Hex EF 12 3E 0 5C 4A 6 15C 57 32
Octal 357 22 76 0 134 112 6 534 127 62
Binary 11101111 10010 111110 0 1011100 1001010 110 101011100 1010111 110010

Color Harmonies of #EF123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF123E

Black with #EF123E

Text Example


Text Example

White with #EF123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF123E; }

 p { color: rgb(239,18,62); }

 H1.HeaderClassName
 {
   color: #EF123E;
 }
 .AnyTagClassName
 {
   color: #EF123E;
 }
</style>

background-color css

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

 a { background-color: rgb(239,18,62); }

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

border-color css

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

 span { border-color: rgb(239,18,62); }

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