Html Css Color HEX #EF052F Torch Red

📋 copy color: '#EF052F'

red 239 ◦ green 5 ◦ blue 47

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

Shades of Torch Red #EF052F

Tints of Torch Red #EF052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 82.13%
G = 1.72%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF052F (or 0xEF052F) is known color: Torch Red. HEX triplet: EF, 05 and 2F. RGB value is (239,5,47). Sum of RGB (Red+Green+Blue) = 239+5+47=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF052F is #10FAD0. Grayscale: #4F4F4F. Windows color (decimal): -1112785 or 3081711. OLE color: 3081711.

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

Color convert

RGB 239 5 47 -
CMYK 0 0.98 0.80 0.06
HSL 349.23º 0.96% 0.48% -
HSV(B) 349.23º 0.98% 0.94% -
XYZ 36.16 18.66 4.39 -
YUV 79.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 239 5 47 0 0.98 0.80 0.06 349.23 0.96 0.48
Hex EF 5 2F 0 62 50 6 15D 60 30
Octal 357 5 57 0 142 120 6 535 140 60
Binary 11101111 101 101111 0 1100010 1010000 110 101011101 1100000 110000

Color Harmonies of #EF052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF052F

Black with #EF052F

Text Example


Text Example

White with #EF052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF052F; }

 p { color: rgb(239,5,47); }

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

background-color css

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

 a { background-color: rgb(239,5,47); }

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

border-color css

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

 span { border-color: rgb(239,5,47); }

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