Html Css Color HEX #EF0242 Torch Red

📋 copy color: '#EF0242'

red 239 ◦ green 2 ◦ blue 66

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

Shades of Torch Red #EF0242

Tints of Torch Red #EF0242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 77.85%
G = 0.65%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF0242 (or 0xEF0242) is known color: Torch Red. HEX triplet: EF, 02 and 42. RGB value is (239,2,66). Sum of RGB (Red+Green+Blue) = 239+2+66=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0242 is #10FDBD. Grayscale: #505050. Windows color (decimal): -1113534 or 4326127. OLE color: 4326127.

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

Color convert

RGB 239 2 66 -
CMYK 0 0.99 0.72 0.06
HSL 343.8º 0.98% 0.47% -
HSV(B) 343.8º 0.99% 0.94% -
XYZ 36.6 18.79 6.85 -
YUV 80.16 120.02 241.3 -
System Red Green Blue C M Y K H S L
Decimal 239 2 66 0 0.99 0.72 0.06 343.8 0.98 0.47
Hex EF 2 42 0 63 48 6 158 62 2F
Octal 357 2 102 0 143 110 6 530 142 57
Binary 11101111 10 1000010 0 1100011 1001000 110 101011000 1100010 101111

Color Harmonies of #EF0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0242

Black with #EF0242

Text Example


Text Example

White with #EF0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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