Html Css Color HEX #EF182F Torch Red

📋 copy color: '#EF182F'

red 239 ◦ green 24 ◦ blue 47

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

Shades of Torch Red #EF182F

Tints of Torch Red #EF182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 77.1%
G = 7.74%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF182F (or 0xEF182F) is known color: Torch Red. HEX triplet: EF, 18 and 2F. RGB value is (239,24,47). Sum of RGB (Red+Green+Blue) = 239+24+47=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF182F is #10E7D0. Grayscale: #5B5B5B. Windows color (decimal): -1107921 or 3086575. OLE color: 3086575.

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

Color convert

RGB 239 24 47 -
CMYK 0 0.90 0.80 0.06
HSL 353.58º 0.87% 0.52% -
HSV(B) 353.58º 0.9% 0.94% -
XYZ 36.44 19.21 4.48 -
YUV 90.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 239 24 47 0 0.90 0.80 0.06 353.58 0.87 0.52
Hex EF 18 2F 0 5A 50 6 162 57 34
Octal 357 30 57 0 132 120 6 542 127 64
Binary 11101111 11000 101111 0 1011010 1010000 110 101100010 1010111 110100

Color Harmonies of #EF182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF182F

Black with #EF182F

Text Example


Text Example

White with #EF182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF182F; }

 p { color: rgb(239,24,47); }

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

background-color css

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

 a { background-color: rgb(239,24,47); }

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

border-color css

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

 span { border-color: rgb(239,24,47); }

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