Html Css Color HEX #EF131C Torch Red

📋 copy color: '#EF131C'

red 239 ◦ green 19 ◦ blue 28

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

Shades of Torch Red #EF131C

Tints of Torch Red #EF131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 83.57%
G = 6.64%
B = 9.79%

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

#EF131C (or 0xEF131C) is known color: Torch Red. HEX triplet: EF, 13 and 1C. RGB value is (239,19,28). Sum of RGB (Red+Green+Blue) = 239+19+28=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF131C is #10ECE3. Grayscale: #555555. Windows color (decimal): -1109220 or 1840111. OLE color: 1840111.

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

Color convert

RGB 239 19 28 -
CMYK 0 0.92 0.88 0.06
HSL 357.55º 0.87% 0.51% -
HSV(B) 357.55º 0.92% 0.94% -
XYZ 36.04 18.9 2.85 -
YUV 85.81 95.39 237.27 -
System Red Green Blue C M Y K H S L
Decimal 239 19 28 0 0.92 0.88 0.06 357.55 0.87 0.51
Hex EF 13 1C 0 5C 58 6 166 57 33
Octal 357 23 34 0 134 130 6 546 127 63
Binary 11101111 10011 11100 0 1011100 1011000 110 101100110 1010111 110011

Color Harmonies of #EF131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF131C

Black with #EF131C

Text Example


Text Example

White with #EF131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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