Html Css Color HEX #EF182A Torch Red

📋 copy color: '#EF182A'

red 239 ◦ green 24 ◦ blue 42

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

Shades of Torch Red #EF182A

Tints of Torch Red #EF182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 78.36%
G = 7.87%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF182A (or 0xEF182A) is known color: Torch Red. HEX triplet: EF, 18 and 2A. RGB value is (239,24,42). Sum of RGB (Red+Green+Blue) = 239+24+42=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF182A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF182A is #10E7D5. Grayscale: #5A5A5A. Windows color (decimal): -1107926 or 2758895. OLE color: 2758895.

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

Color convert

RGB 239 24 42 -
CMYK 0 0.90 0.82 0.06
HSL 354.98º 0.87% 0.52% -
HSV(B) 354.98º 0.9% 0.94% -
XYZ 36.34 19.17 3.98 -
YUV 90.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 239 24 42 0 0.90 0.82 0.06 354.98 0.87 0.52
Hex EF 18 2A 0 5A 52 6 163 57 34
Octal 357 30 52 0 132 122 6 543 127 64
Binary 11101111 11000 101010 0 1011010 1010010 110 101100011 1010111 110100

Color Harmonies of #EF182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF182A

Black with #EF182A

Text Example


Text Example

White with #EF182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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