Html Css Color HEX #EF132B Torch Red

📋 copy color: '#EF132B'

red 239 ◦ green 19 ◦ blue 43

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

Shades of Torch Red #EF132B

Tints of Torch Red #EF132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 79.4%
G = 6.31%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF132B (or 0xEF132B) is known color: Torch Red. HEX triplet: EF, 13 and 2B. RGB value is (239,19,43). Sum of RGB (Red+Green+Blue) = 239+19+43=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF132B is #10ECD4. Grayscale: #575757. Windows color (decimal): -1109205 or 2823151. OLE color: 2823151.

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

Color convert

RGB 239 19 43 -
CMYK 0 0.92 0.82 0.06
HSL 353.45º 0.87% 0.51% -
HSV(B) 353.45º 0.92% 0.94% -
XYZ 36.27 18.99 4.04 -
YUV 87.52 102.89 236.05 -
System Red Green Blue C M Y K H S L
Decimal 239 19 43 0 0.92 0.82 0.06 353.45 0.87 0.51
Hex EF 13 2B 0 5C 52 6 161 57 33
Octal 357 23 53 0 134 122 6 541 127 63
Binary 11101111 10011 101011 0 1011100 1010010 110 101100001 1010111 110011

Color Harmonies of #EF132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF132B

Black with #EF132B

Text Example


Text Example

White with #EF132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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