Html Css Color HEX #EF011B Torch Red

📋 copy color: '#EF011B'

red 239 ◦ green 1 ◦ blue 27

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

Shades of Torch Red #EF011B

Tints of Torch Red #EF011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 89.51%
G = 0.37%
B = 10.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF011B (or 0xEF011B) is known color: Torch Red. HEX triplet: EF, 01 and 1B. RGB value is (239,1,27). Sum of RGB (Red+Green+Blue) = 239+1+27=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF011B is #10FEE4. Grayscale: #4B4B4B. Windows color (decimal): -1113829 or 1769967. OLE color: 1769967.

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

Color convert

RGB 239 1 27 -
CMYK 0 1.00 0.89 0.06
HSL 353.45º 0.99% 0.47% -
HSV(B) 353.45º 1% 0.94% -
XYZ 35.81 18.45 2.71 -
YUV 75.13 100.85 244.89 -
System Red Green Blue C M Y K H S L
Decimal 239 1 27 0 1.00 0.89 0.06 353.45 0.99 0.47
Hex EF 1 1B 0 64 59 6 161 63 2F
Octal 357 1 33 0 144 131 6 541 143 57
Binary 11101111 1 11011 0 1100100 1011001 110 101100001 1100011 101111

Color Harmonies of #EF011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF011B

Black with #EF011B

Text Example


Text Example

White with #EF011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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