Html Css Color HEX #EF0131 Torch Red

📋 copy color: '#EF0131'

red 239 ◦ green 1 ◦ blue 49

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

Shades of Torch Red #EF0131

Tints of Torch Red #EF0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 82.7%
G = 0.35%
B = 16.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF0131 (or 0xEF0131) is known color: Torch Red. HEX triplet: EF, 01 and 31. RGB value is (239,1,49). Sum of RGB (Red+Green+Blue) = 239+1+49=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0131 is #10FECE. Grayscale: #4D4D4D. Windows color (decimal): -1113807 or 3211759. OLE color: 3211759.

HSL color Cylindrical-coordinate representation of color #EF0131: hue angle of 347.9º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0131 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 49 -
CMYK 0 1.00 0.79 0.06
HSL 347.9º 0.99% 0.47% -
HSV(B) 347.9º 1% 0.94% -
XYZ 36.16 18.59 4.59 -
YUV 77.63 111.85 243.1 -
System Red Green Blue C M Y K H S L
Decimal 239 1 49 0 1.00 0.79 0.06 347.9 0.99 0.47
Hex EF 1 31 0 64 4F 6 15C 63 2F
Octal 357 1 61 0 144 117 6 534 143 57
Binary 11101111 1 110001 0 1100100 1001111 110 101011100 1100011 101111

Color Harmonies of #EF0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0131

Black with #EF0131

Text Example


Text Example

White with #EF0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0131; }

 p { color: rgb(239,1,49); }

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

background-color css

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

 a { background-color: rgb(239,1,49); }

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

border-color css

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

 span { border-color: rgb(239,1,49); }

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