Html Css Color HEX #EF1836 Torch Red

📋 copy color: '#EF1836'

red 239 ◦ green 24 ◦ blue 54

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

Shades of Torch Red #EF1836

Tints of Torch Red #EF1836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 75.39%
G = 7.57%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF1836 (or 0xEF1836) is known color: Torch Red. HEX triplet: EF, 18 and 36. RGB value is (239,24,54). Sum of RGB (Red+Green+Blue) = 239+24+54=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1836 is #10E7C9. Grayscale: #5B5B5B. Windows color (decimal): -1107914 or 3545327. OLE color: 3545327.

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

Color convert

RGB 239 24 54 -
CMYK 0 0.90 0.77 0.06
HSL 351.63º 0.87% 0.52% -
HSV(B) 351.63º 0.9% 0.94% -
XYZ 36.59 19.27 5.28 -
YUV 91.71 106.73 233.06 -
System Red Green Blue C M Y K H S L
Decimal 239 24 54 0 0.90 0.77 0.06 351.63 0.87 0.52
Hex EF 18 36 0 5A 4D 6 160 57 34
Octal 357 30 66 0 132 115 6 540 127 64
Binary 11101111 11000 110110 0 1011010 1001101 110 101100000 1010111 110100

Color Harmonies of #EF1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1836

Black with #EF1836

Text Example


Text Example

White with #EF1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1836; }

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

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

background-color css

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

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

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

border-color css

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

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

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