Html Css Color HEX #EF122B Torch Red

📋 copy color: '#EF122B'

red 239 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #EF122B

Tints of Torch Red #EF122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 79.67%
G = 6%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF122B (or 0xEF122B) is known color: Torch Red. HEX triplet: EF, 12 and 2B. RGB value is (239,18,43). Sum of RGB (Red+Green+Blue) = 239+18+43=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF122B is #10EDD4. Grayscale: #575757. Windows color (decimal): -1109461 or 2822895. OLE color: 2822895.

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

Color convert

RGB 239 18 43 -
CMYK 0 0.92 0.82 0.06
HSL 353.21º 0.87% 0.5% -
HSV(B) 353.21º 0.92% 0.94% -
XYZ 36.25 18.96 4.03 -
YUV 86.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 239 18 43 0 0.92 0.82 0.06 353.21 0.87 0.5
Hex EF 12 2B 0 5C 52 6 161 57 32
Octal 357 22 53 0 134 122 6 541 127 62
Binary 11101111 10010 101011 0 1011100 1010010 110 101100001 1010111 110010

Color Harmonies of #EF122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF122B

Black with #EF122B

Text Example


Text Example

White with #EF122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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