Html Css Color HEX #EF0532 Torch Red

📋 copy color: '#EF0532'

red 239 ◦ green 5 ◦ blue 50

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

Shades of Torch Red #EF0532

Tints of Torch Red #EF0532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 81.29%
G = 1.7%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF0532 (or 0xEF0532) is known color: Torch Red. HEX triplet: EF, 05 and 32. RGB value is (239,5,50). Sum of RGB (Red+Green+Blue) = 239+5+50=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0532 is #10FACD. Grayscale: #505050. Windows color (decimal): -1112782 or 3278319. OLE color: 3278319.

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

Color convert

RGB 239 5 50 -
CMYK 0 0.98 0.79 0.06
HSL 348.46º 0.96% 0.48% -
HSV(B) 348.46º 0.98% 0.94% -
XYZ 36.23 18.69 4.72 -
YUV 80.1 111.02 241.34 -
System Red Green Blue C M Y K H S L
Decimal 239 5 50 0 0.98 0.79 0.06 348.46 0.96 0.48
Hex EF 5 32 0 62 4F 6 15C 60 30
Octal 357 5 62 0 142 117 6 534 140 60
Binary 11101111 101 110010 0 1100010 1001111 110 101011100 1100000 110000

Color Harmonies of #EF0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0532

Black with #EF0532

Text Example


Text Example

White with #EF0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0532; }

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

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

background-color css

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

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

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

border-color css

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

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

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