Html Css Color HEX #EF061A Torch Red

📋 copy color: '#EF061A'

red 239 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #EF061A

Tints of Torch Red #EF061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 88.19%
G = 2.21%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF061A (or 0xEF061A) is known color: Torch Red. HEX triplet: EF, 06 and 1A. RGB value is (239,6,26). Sum of RGB (Red+Green+Blue) = 239+6+26=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF061A is #10F9E5. Grayscale: #4E4E4E. Windows color (decimal): -1112550 or 1705711. OLE color: 1705711.

HSL color Cylindrical-coordinate representation of color #EF061A: hue angle of 354.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF061A is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 26 -
CMYK 0 0.97 0.89 0.06
HSL 354.85º 0.95% 0.48% -
HSV(B) 354.85º 0.97% 0.94% -
XYZ 35.85 18.56 2.67 -
YUV 77.95 98.69 242.87 -
System Red Green Blue C M Y K H S L
Decimal 239 6 26 0 0.97 0.89 0.06 354.85 0.95 0.48
Hex EF 6 1A 0 61 59 6 163 5F 30
Octal 357 6 32 0 141 131 6 543 137 60
Binary 11101111 110 11010 0 1100001 1011001 110 101100011 1011111 110000

Color Harmonies of #EF061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF061A

Black with #EF061A

Text Example


Text Example

White with #EF061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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