Html Css Color HEX #EF151E Torch Red

📋 copy color: '#EF151E'

red 239 ◦ green 21 ◦ blue 30

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

Shades of Torch Red #EF151E

Tints of Torch Red #EF151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 82.41%
G = 7.24%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF151E (or 0xEF151E) is known color: Torch Red. HEX triplet: EF, 15 and 1E. RGB value is (239,21,30). Sum of RGB (Red+Green+Blue) = 239+21+30=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF151E is #10EAE1. Grayscale: #575757. Windows color (decimal): -1108706 or 1971695. OLE color: 1971695.

HSL color Cylindrical-coordinate representation of color #EF151E: hue angle of 357.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF151E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 30 -
CMYK 0 0.91 0.87 0.06
HSL 357.52º 0.87% 0.51% -
HSV(B) 357.52º 0.91% 0.94% -
XYZ 36.1 18.98 2.99 -
YUV 87.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 239 21 30 0 0.91 0.87 0.06 357.52 0.87 0.51
Hex EF 15 1E 0 5B 57 6 166 57 33
Octal 357 25 36 0 133 127 6 546 127 63
Binary 11101111 10101 11110 0 1011011 1010111 110 101100110 1010111 110011

Color Harmonies of #EF151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF151E

Black with #EF151E

Text Example


Text Example

White with #EF151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF151E; }

 p { color: rgb(239,21,30); }

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

background-color css

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

 a { background-color: rgb(239,21,30); }

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

border-color css

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

 span { border-color: rgb(239,21,30); }

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