Html Css Color HEX #EF121D Torch Red

📋 copy color: '#EF121D'

red 239 ◦ green 18 ◦ blue 29

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

Shades of Torch Red #EF121D

Tints of Torch Red #EF121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 83.57%
G = 6.29%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF121D (or 0xEF121D) is known color: Torch Red. HEX triplet: EF, 12 and 1D. RGB value is (239,18,29). Sum of RGB (Red+Green+Blue) = 239+18+29=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF121D is #10EDE2. Grayscale: #555555. Windows color (decimal): -1109475 or 1905391. OLE color: 1905391.

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

Color convert

RGB 239 18 29 -
CMYK 0 0.92 0.88 0.06
HSL 357.01º 0.87% 0.5% -
HSV(B) 357.01º 0.92% 0.94% -
XYZ 36.03 18.87 2.91 -
YUV 85.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 239 18 29 0 0.92 0.88 0.06 357.01 0.87 0.5
Hex EF 12 1D 0 5C 58 6 165 57 32
Octal 357 22 35 0 134 130 6 545 127 62
Binary 11101111 10010 11101 0 1011100 1011000 110 101100101 1010111 110010

Color Harmonies of #EF121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF121D

Black with #EF121D

Text Example


Text Example

White with #EF121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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