Html Css Color HEX #EF0114 Torch Red

📋 copy color: '#EF0114'

red 239 ◦ green 1 ◦ blue 20

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

Shades of Torch Red #EF0114

Tints of Torch Red #EF0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 91.92%
G = 0.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0114 (or 0xEF0114) is known color: Torch Red. HEX triplet: EF, 01 and 14. RGB value is (239,1,20). Sum of RGB (Red+Green+Blue) = 239+1+20=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0114 is #10FEEB. Grayscale: #4A4A4A. Windows color (decimal): -1113836 or 1311215. OLE color: 1311215.

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

Color convert

RGB 239 1 20 -
CMYK 0 1.00 0.92 0.06
HSL 355.21º 0.99% 0.47% -
HSV(B) 355.21º 1% 0.94% -
XYZ 35.73 18.42 2.33 -
YUV 74.33 97.35 245.46 -
System Red Green Blue C M Y K H S L
Decimal 239 1 20 0 1.00 0.92 0.06 355.21 0.99 0.47
Hex EF 1 14 0 64 5C 6 163 63 2F
Octal 357 1 24 0 144 134 6 543 143 57
Binary 11101111 1 10100 0 1100100 1011100 110 101100011 1100011 101111

Color Harmonies of #EF0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0114

Black with #EF0114

Text Example


Text Example

White with #EF0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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