Html Css Color HEX #EF061E Torch Red

📋 copy color: '#EF061E'

red 239 ◦ green 6 ◦ blue 30

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

Shades of Torch Red #EF061E

Tints of Torch Red #EF061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 86.91%
G = 2.18%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF061E (or 0xEF061E) is known color: Torch Red. HEX triplet: EF, 06 and 1E. RGB value is (239,6,30). Sum of RGB (Red+Green+Blue) = 239+6+30=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF061E is #10F9E1. Grayscale: #4E4E4E. Windows color (decimal): -1112546 or 1967855. OLE color: 1967855.

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

Color convert

RGB 239 6 30 -
CMYK 0 0.97 0.87 0.06
HSL 353.82º 0.95% 0.48% -
HSV(B) 353.82º 0.97% 0.94% -
XYZ 35.9 18.57 2.92 -
YUV 78.4 100.69 242.55 -
System Red Green Blue C M Y K H S L
Decimal 239 6 30 0 0.97 0.87 0.06 353.82 0.95 0.48
Hex EF 6 1E 0 61 57 6 162 5F 30
Octal 357 6 36 0 141 127 6 542 137 60
Binary 11101111 110 11110 0 1100001 1010111 110 101100010 1011111 110000

Color Harmonies of #EF061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF061E

Black with #EF061E

Text Example


Text Example

White with #EF061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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