Html Css Color HEX #EF052A Torch Red

📋 copy color: '#EF052A'

red 239 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #EF052A

Tints of Torch Red #EF052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 83.57%
G = 1.75%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF052A (or 0xEF052A) is known color: Torch Red. HEX triplet: EF, 05 and 2A. RGB value is (239,5,42). Sum of RGB (Red+Green+Blue) = 239+5+42=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF052A is #10FAD5. Grayscale: #4F4F4F. Windows color (decimal): -1112790 or 2754031. OLE color: 2754031.

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

Color convert

RGB 239 5 42 -
CMYK 0 0.98 0.82 0.06
HSL 350.51º 0.96% 0.48% -
HSV(B) 350.51º 0.98% 0.94% -
XYZ 36.07 18.63 3.88 -
YUV 79.18 107.02 241.99 -
System Red Green Blue C M Y K H S L
Decimal 239 5 42 0 0.98 0.82 0.06 350.51 0.96 0.48
Hex EF 5 2A 0 62 52 6 15F 60 30
Octal 357 5 52 0 142 122 6 537 140 60
Binary 11101111 101 101010 0 1100010 1010010 110 101011111 1100000 110000

Color Harmonies of #EF052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF052A

Black with #EF052A

Text Example


Text Example

White with #EF052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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