Html Css Color HEX #EF0534 Torch Red

📋 copy color: '#EF0534'

red 239 ◦ green 5 ◦ blue 52

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

Shades of Torch Red #EF0534

Tints of Torch Red #EF0534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 80.74%
G = 1.69%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF0534 (or 0xEF0534) is known color: Torch Red. HEX triplet: EF, 05 and 34. RGB value is (239,5,52). Sum of RGB (Red+Green+Blue) = 239+5+52=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0534 is #10FACB. Grayscale: #505050. Windows color (decimal): -1112780 or 3409391. OLE color: 3409391.

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

Color convert

RGB 239 5 52 -
CMYK 0 0.98 0.78 0.06
HSL 347.95º 0.96% 0.48% -
HSV(B) 347.95º 0.98% 0.94% -
XYZ 36.27 18.71 4.95 -
YUV 80.32 112.02 241.18 -
System Red Green Blue C M Y K H S L
Decimal 239 5 52 0 0.98 0.78 0.06 347.95 0.96 0.48
Hex EF 5 34 0 62 4E 6 15C 60 30
Octal 357 5 64 0 142 116 6 534 140 60
Binary 11101111 101 110100 0 1100010 1001110 110 101011100 1100000 110000

Color Harmonies of #EF0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0534

Black with #EF0534

Text Example


Text Example

White with #EF0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0534; }

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

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

background-color css

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

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

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

border-color css

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

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

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