Html Css Color HEX #EF122F Torch Red

📋 copy color: '#EF122F'

red 239 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #EF122F

Tints of Torch Red #EF122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 78.62%
G = 5.92%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF122F (or 0xEF122F) is known color: Torch Red. HEX triplet: EF, 12 and 2F. RGB value is (239,18,47). Sum of RGB (Red+Green+Blue) = 239+18+47=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF122F is #10EDD0. Grayscale: #575757. Windows color (decimal): -1109457 or 3085039. OLE color: 3085039.

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

Color convert

RGB 239 18 47 -
CMYK 0 0.92 0.80 0.06
HSL 352.13º 0.87% 0.5% -
HSV(B) 352.13º 0.92% 0.94% -
XYZ 36.33 18.99 4.44 -
YUV 87.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 239 18 47 0 0.92 0.80 0.06 352.13 0.87 0.5
Hex EF 12 2F 0 5C 50 6 160 57 32
Octal 357 22 57 0 134 120 6 540 127 62
Binary 11101111 10010 101111 0 1011100 1010000 110 101100000 1010111 110010

Color Harmonies of #EF122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF122F

Black with #EF122F

Text Example


Text Example

White with #EF122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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