Html Css Color HEX #EF1320 Torch Red

📋 copy color: '#EF1320'

red 239 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #EF1320

Tints of Torch Red #EF1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 82.41%
G = 6.55%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF1320 (or 0xEF1320) is known color: Torch Red. HEX triplet: EF, 13 and 20. RGB value is (239,19,32). Sum of RGB (Red+Green+Blue) = 239+19+32=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1320 is #10ECDF. Grayscale: #565656. Windows color (decimal): -1109216 or 2102255. OLE color: 2102255.

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

Color convert

RGB 239 19 32 -
CMYK 0 0.92 0.87 0.06
HSL 356.45º 0.87% 0.51% -
HSV(B) 356.45º 0.92% 0.94% -
XYZ 36.09 18.92 3.12 -
YUV 86.26 97.39 236.94 -
System Red Green Blue C M Y K H S L
Decimal 239 19 32 0 0.92 0.87 0.06 356.45 0.87 0.51
Hex EF 13 20 0 5C 57 6 164 57 33
Octal 357 23 40 0 134 127 6 544 127 63
Binary 11101111 10011 100000 0 1011100 1010111 110 101100100 1010111 110011

Color Harmonies of #EF1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1320

Black with #EF1320

Text Example


Text Example

White with #EF1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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