Html Css Color HEX #EF051A Torch Red

📋 copy color: '#EF051A'

red 239 ◦ green 5 ◦ blue 26

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

Shades of Torch Red #EF051A

Tints of Torch Red #EF051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 88.52%
G = 1.85%
B = 9.63%

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

#EF051A (or 0xEF051A) is known color: Torch Red. HEX triplet: EF, 05 and 1A. RGB value is (239,5,26). Sum of RGB (Red+Green+Blue) = 239+5+26=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF051A is #10FAE5. Grayscale: #4D4D4D. Windows color (decimal): -1112806 or 1705455. OLE color: 1705455.

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

Color convert

RGB 239 5 26 -
CMYK 0 0.98 0.89 0.06
HSL 354.62º 0.96% 0.48% -
HSV(B) 354.62º 0.98% 0.94% -
XYZ 35.84 18.53 2.67 -
YUV 77.36 99.02 243.29 -
System Red Green Blue C M Y K H S L
Decimal 239 5 26 0 0.98 0.89 0.06 354.62 0.96 0.48
Hex EF 5 1A 0 62 59 6 163 60 30
Octal 357 5 32 0 142 131 6 543 140 60
Binary 11101111 101 11010 0 1100010 1011001 110 101100011 1100000 110000

Color Harmonies of #EF051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF051A

Black with #EF051A

Text Example


Text Example

White with #EF051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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