Html Css Color HEX #EF0120 Torch Red

📋 copy color: '#EF0120'

red 239 ◦ green 1 ◦ blue 32

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

Shades of Torch Red #EF0120

Tints of Torch Red #EF0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 87.87%
G = 0.37%
B = 11.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF0120 (or 0xEF0120) is known color: Torch Red. HEX triplet: EF, 01 and 20. RGB value is (239,1,32). Sum of RGB (Red+Green+Blue) = 239+1+32=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0120 is #10FEDF. Grayscale: #4B4B4B. Windows color (decimal): -1113824 or 2097647. OLE color: 2097647.

HSL color Cylindrical-coordinate representation of color #EF0120: hue angle of 352.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0120 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 32 -
CMYK 0 1.00 0.87 0.06
HSL 352.18º 0.99% 0.47% -
HSV(B) 352.18º 1% 0.94% -
XYZ 35.87 18.48 3.04 -
YUV 75.7 103.35 244.48 -
System Red Green Blue C M Y K H S L
Decimal 239 1 32 0 1.00 0.87 0.06 352.18 0.99 0.47
Hex EF 1 20 0 64 57 6 160 63 2F
Octal 357 1 40 0 144 127 6 540 143 57
Binary 11101111 1 100000 0 1100100 1010111 110 101100000 1100011 101111

Color Harmonies of #EF0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0120

Black with #EF0120

Text Example


Text Example

White with #EF0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0120; }

 p { color: rgb(239,1,32); }

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

background-color css

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

 a { background-color: rgb(239,1,32); }

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

border-color css

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

 span { border-color: rgb(239,1,32); }

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