Html Css Color HEX #EF0239 Torch Red

📋 copy color: '#EF0239'

red 239 ◦ green 2 ◦ blue 57

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

Shades of Torch Red #EF0239

Tints of Torch Red #EF0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 80.2%
G = 0.67%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF0239 (or 0xEF0239) is known color: Torch Red. HEX triplet: EF, 02 and 39. RGB value is (239,2,57). Sum of RGB (Red+Green+Blue) = 239+2+57=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0239 is #10FDC6. Grayscale: #4F4F4F. Windows color (decimal): -1113543 or 3736303. OLE color: 3736303.

HSL color Cylindrical-coordinate representation of color #EF0239: hue angle of 346.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0239 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 57 -
CMYK 0 0.99 0.76 0.06
HSL 346.08º 0.98% 0.47% -
HSV(B) 346.08º 0.99% 0.94% -
XYZ 36.36 18.69 5.56 -
YUV 79.13 115.52 242.03 -
System Red Green Blue C M Y K H S L
Decimal 239 2 57 0 0.99 0.76 0.06 346.08 0.98 0.47
Hex EF 2 39 0 63 4C 6 15A 62 2F
Octal 357 2 71 0 143 114 6 532 142 57
Binary 11101111 10 111001 0 1100011 1001100 110 101011010 1100010 101111

Color Harmonies of #EF0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0239

Black with #EF0239

Text Example


Text Example

White with #EF0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0239; }

 p { color: rgb(239,2,57); }

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

background-color css

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

 a { background-color: rgb(239,2,57); }

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

border-color css

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

 span { border-color: rgb(239,2,57); }

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