Html Css Color HEX #EF1322 Torch Red

📋 copy color: '#EF1322'

red 239 ◦ green 19 ◦ blue 34

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

Shades of Torch Red #EF1322

Tints of Torch Red #EF1322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 34 (13.67% from 255) = 11.64%

R = 81.85%
G = 6.51%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF1322 (or 0xEF1322) is known color: Torch Red. HEX triplet: EF, 13 and 22. RGB value is (239,19,34). Sum of RGB (Red+Green+Blue) = 239+19+34=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1322 is #10ECDD. Grayscale: #565656. Windows color (decimal): -1109214 or 2233327. OLE color: 2233327.

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

Color convert

RGB 239 19 34 -
CMYK 0 0.92 0.86 0.06
HSL 355.91º 0.87% 0.51% -
HSV(B) 355.91º 0.92% 0.94% -
XYZ 36.12 18.93 3.26 -
YUV 86.49 98.39 236.78 -
System Red Green Blue C M Y K H S L
Decimal 239 19 34 0 0.92 0.86 0.06 355.91 0.87 0.51
Hex EF 13 22 0 5C 56 6 164 57 33
Octal 357 23 42 0 134 126 6 544 127 63
Binary 11101111 10011 100010 0 1011100 1010110 110 101100100 1010111 110011

Color Harmonies of #EF1322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1322

Black with #EF1322

Text Example


Text Example

White with #EF1322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1322; }

 p { color: rgb(239,19,34); }

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

background-color css

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

 a { background-color: rgb(239,19,34); }

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

border-color css

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

 span { border-color: rgb(239,19,34); }

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