Html Css Color HEX #EF051B Torch Red

📋 copy color: '#EF051B'

red 239 ◦ green 5 ◦ blue 27

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

Shades of Torch Red #EF051B

Tints of Torch Red #EF051B

RGB

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

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

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

R = 88.19%
G = 1.85%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF051B (or 0xEF051B) is known color: Torch Red. HEX triplet: EF, 05 and 1B. RGB value is (239,5,27). Sum of RGB (Red+Green+Blue) = 239+5+27=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF051B is #10FAE4. Grayscale: #4D4D4D. Windows color (decimal): -1112805 or 1770991. OLE color: 1770991.

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

Color convert

RGB 239 5 27 -
CMYK 0 0.98 0.89 0.06
HSL 354.36º 0.96% 0.48% -
HSV(B) 354.36º 0.98% 0.94% -
XYZ 35.85 18.54 2.73 -
YUV 77.47 99.52 243.21 -
System Red Green Blue C M Y K H S L
Decimal 239 5 27 0 0.98 0.89 0.06 354.36 0.96 0.48
Hex EF 5 1B 0 62 59 6 162 60 30
Octal 357 5 33 0 142 131 6 542 140 60
Binary 11101111 101 11011 0 1100010 1011001 110 101100010 1100000 110000

Color Harmonies of #EF051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF051B

Black with #EF051B

Text Example


Text Example

White with #EF051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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