Html Css Color HEX #EF131D Torch Red

📋 copy color: '#EF131D'

red 239 ◦ green 19 ◦ blue 29

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

Shades of Torch Red #EF131D

Tints of Torch Red #EF131D

RGB

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

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

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

R = 83.28%
G = 6.62%
B = 10.1%

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

#EF131D (or 0xEF131D) is known color: Torch Red. HEX triplet: EF, 13 and 1D. RGB value is (239,19,29). Sum of RGB (Red+Green+Blue) = 239+19+29=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF131D is #10ECE2. Grayscale: #565656. Windows color (decimal): -1109219 or 1905647. OLE color: 1905647.

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

Color convert

RGB 239 19 29 -
CMYK 0 0.92 0.88 0.06
HSL 357.27º 0.87% 0.51% -
HSV(B) 357.27º 0.92% 0.94% -
XYZ 36.05 18.91 2.91 -
YUV 85.92 95.89 237.19 -
System Red Green Blue C M Y K H S L
Decimal 239 19 29 0 0.92 0.88 0.06 357.27 0.87 0.51
Hex EF 13 1D 0 5C 58 6 165 57 33
Octal 357 23 35 0 134 130 6 545 127 63
Binary 11101111 10011 11101 0 1011100 1011000 110 101100101 1010111 110011

Color Harmonies of #EF131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF131D

Black with #EF131D

Text Example


Text Example

White with #EF131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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