Html Css Color HEX #EF1733 Torch Red

📋 copy color: '#EF1733'

red 239 ◦ green 23 ◦ blue 51

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

Shades of Torch Red #EF1733

Tints of Torch Red #EF1733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 76.36%
G = 7.35%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF1733 (or 0xEF1733) is known color: Torch Red. HEX triplet: EF, 17 and 33. RGB value is (239,23,51). Sum of RGB (Red+Green+Blue) = 239+23+51=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1733 is #10E8CC. Grayscale: #5A5A5A. Windows color (decimal): -1108173 or 3348463. OLE color: 3348463.

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

Color convert

RGB 239 23 51 -
CMYK 0 0.90 0.79 0.06
HSL 352.22º 0.87% 0.51% -
HSV(B) 352.22º 0.9% 0.94% -
XYZ 36.5 19.2 4.91 -
YUV 90.78 105.56 233.72 -
System Red Green Blue C M Y K H S L
Decimal 239 23 51 0 0.90 0.79 0.06 352.22 0.87 0.51
Hex EF 17 33 0 5A 4F 6 160 57 33
Octal 357 27 63 0 132 117 6 540 127 63
Binary 11101111 10111 110011 0 1011010 1001111 110 101100000 1010111 110011

Color Harmonies of #EF1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1733

Black with #EF1733

Text Example


Text Example

White with #EF1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1733; }

 p { color: rgb(239,23,51); }

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

background-color css

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

 a { background-color: rgb(239,23,51); }

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

border-color css

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

 span { border-color: rgb(239,23,51); }

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