Html Css Color HEX #EF1042 Torch Red

📋 copy color: '#EF1042'

red 239 ◦ green 16 ◦ blue 66

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

Shades of Torch Red #EF1042

Tints of Torch Red #EF1042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 74.45%
G = 4.98%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF1042 (or 0xEF1042) is known color: Torch Red. HEX triplet: EF, 10 and 42. RGB value is (239,16,66). Sum of RGB (Red+Green+Blue) = 239+16+66=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1042 is #10EFBD. Grayscale: #585858. Windows color (decimal): -1109950 or 4329711. OLE color: 4329711.

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

Color convert

RGB 239 16 66 -
CMYK 0 0.93 0.72 0.06
HSL 346.55º 0.87% 0.5% -
HSV(B) 346.55º 0.93% 0.94% -
XYZ 36.77 19.11 6.91 -
YUV 88.38 115.38 235.43 -
System Red Green Blue C M Y K H S L
Decimal 239 16 66 0 0.93 0.72 0.06 346.55 0.87 0.5
Hex EF 10 42 0 5D 48 6 15B 57 32
Octal 357 20 102 0 135 110 6 533 127 62
Binary 11101111 10000 1000010 0 1011101 1001000 110 101011011 1010111 110010

Color Harmonies of #EF1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1042

Black with #EF1042

Text Example


Text Example

White with #EF1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1042; }

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

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

background-color css

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

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

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

border-color css

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

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

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