Html Css Color HEX #EF011C Torch Red

📋 copy color: '#EF011C'

red 239 ◦ green 1 ◦ blue 28

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

Shades of Torch Red #EF011C

Tints of Torch Red #EF011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 89.18%
G = 0.37%
B = 10.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF011C (or 0xEF011C) is known color: Torch Red. HEX triplet: EF, 01 and 1C. RGB value is (239,1,28). Sum of RGB (Red+Green+Blue) = 239+1+28=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF011C is #10FEE3. Grayscale: #4B4B4B. Windows color (decimal): -1113828 or 1835503. OLE color: 1835503.

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

Color convert

RGB 239 1 28 -
CMYK 0 1.00 0.88 0.06
HSL 353.19º 0.99% 0.47% -
HSV(B) 353.19º 1% 0.94% -
XYZ 35.82 18.46 2.77 -
YUV 75.24 101.35 244.8 -
System Red Green Blue C M Y K H S L
Decimal 239 1 28 0 1.00 0.88 0.06 353.19 0.99 0.47
Hex EF 1 1C 0 64 58 6 161 63 2F
Octal 357 1 34 0 144 130 6 541 143 57
Binary 11101111 1 11100 0 1100100 1011000 110 101100001 1100011 101111

Color Harmonies of #EF011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF011C

Black with #EF011C

Text Example


Text Example

White with #EF011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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