Html Css Color HEX #EF123D Torch Red

📋 copy color: '#EF123D'

red 239 ◦ green 18 ◦ blue 61

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

Shades of Torch Red #EF123D

Tints of Torch Red #EF123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 75.16%
G = 5.66%
B = 19.18%

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

#EF123D (or 0xEF123D) is known color: Torch Red. HEX triplet: EF, 12 and 3D. RGB value is (239,18,61). Sum of RGB (Red+Green+Blue) = 239+18+61=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF123D is #10EDC2. Grayscale: #595959. Windows color (decimal): -1109443 or 4002543. OLE color: 4002543.

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

Color convert

RGB 239 18 61 -
CMYK 0 0.92 0.74 0.06
HSL 348.33º 0.87% 0.5% -
HSV(B) 348.33º 0.92% 0.94% -
XYZ 36.66 19.12 6.17 -
YUV 88.98 112.22 235 -
System Red Green Blue C M Y K H S L
Decimal 239 18 61 0 0.92 0.74 0.06 348.33 0.87 0.5
Hex EF 12 3D 0 5C 4A 6 15C 57 32
Octal 357 22 75 0 134 112 6 534 127 62
Binary 11101111 10010 111101 0 1011100 1001010 110 101011100 1010111 110010

Color Harmonies of #EF123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF123D

Black with #EF123D

Text Example


Text Example

White with #EF123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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