Html Css Color HEX #EF1233 Torch Red

📋 copy color: '#EF1233'

red 239 ◦ green 18 ◦ blue 51

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

Shades of Torch Red #EF1233

Tints of Torch Red #EF1233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 77.6%
G = 5.84%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF1233 (or 0xEF1233) is known color: Torch Red. HEX triplet: EF, 12 and 33. RGB value is (239,18,51). Sum of RGB (Red+Green+Blue) = 239+18+51=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1233 is #10EDCC. Grayscale: #575757. Windows color (decimal): -1109453 or 3347183. OLE color: 3347183.

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

Color convert

RGB 239 18 51 -
CMYK 0 0.92 0.79 0.06
HSL 351.04º 0.87% 0.5% -
HSV(B) 351.04º 0.92% 0.94% -
XYZ 36.41 19.02 4.88 -
YUV 87.84 107.22 235.82 -
System Red Green Blue C M Y K H S L
Decimal 239 18 51 0 0.92 0.79 0.06 351.04 0.87 0.5
Hex EF 12 33 0 5C 4F 6 15F 57 32
Octal 357 22 63 0 134 117 6 537 127 62
Binary 11101111 10010 110011 0 1011100 1001111 110 101011111 1010111 110010

Color Harmonies of #EF1233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1233

Black with #EF1233

Text Example


Text Example

White with #EF1233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1233; }

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

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

background-color css

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

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

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

border-color css

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

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

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